|
4 | 4 | package="net.gnu.explorer" |
5 | 5 | android:versionCode="2" |
6 | 6 | android:versionName="1.0.2" |
7 | | - android:installLocation="auto" |
8 | 7 | > |
9 | 8 |
|
10 | | - <!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle --> |
| 9 | + <!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle |
| 10 | + android:installLocation="auto" |
| 11 | + android:testOnly="false" |
| 12 | + android:debuggable="true" |
| 13 | + --> |
11 | 14 | <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23"/> |
12 | 15 |
|
13 | 16 | <uses-permission android:name="android.permission.WRITE_SETTINGS"/> |
|
71 | 74 | android:theme="@style/appCompatLight" |
72 | 75 | android:hardwareAccelerated="true" |
73 | 76 | android:largeHeap="true" |
74 | | - android:testOnly="false" |
75 | | - android:debuggable="true" |
76 | 77 | android:configChanges="keyboardHidden|orientation|screenSize" |
77 | 78 | > |
78 | 79 |
|
|
355 | 356 | <data android:scheme="package" /> |
356 | 357 | </intent-filter> |
357 | 358 | </receiver>--> |
| 359 | + |
358 | 360 | <!--android:parentActivityName="chm.cblink.nb.chmreader.FileChooserActivity" |
359 | 361 | android:screenOrientation="portrait" |
360 | 362 | android:launchMode="singleTop"--> |
|
373 | 375 | </intent-filter> |
374 | 376 | </activity> |
375 | 377 |
|
376 | | - <!--activity android:name="net.gnu.explorer.ItemListActivity" |
377 | | - android:theme="@style/appCompatLight" |
378 | | - android:label="@string/app_name"> |
379 | | -
|
380 | | - </activity--> |
381 | | - |
382 | | - <activity android:name="net.gnu.explorer.MainActivity" |
383 | | - android:theme="@style/appCompatLight" |
384 | | - android:label="@string/app_name"> |
385 | | - |
386 | | - </activity> |
387 | | - |
388 | 378 | <activity |
389 | 379 | android:name="net.gnu.explorer.WebActivity" |
390 | 380 | android:label="Web View" |
|
464 | 454 |
|
465 | 455 | </activity> |
466 | 456 |
|
467 | | - <!--<activity android:name="jp.sblo.pandora.jota.Main" |
468 | | - android:label="Jota Text Editor" |
469 | | - android:theme="@style/AppTheme" |
470 | | - > |
471 | | -
|
472 | | - <intent-filter> |
473 | | - <action android:name="android.intent.action.VIEW" /> |
474 | | - <category android:name="android.intent.category.DEFAULT" /> |
475 | | - <data android:scheme="file" /> |
476 | | - <data android:scheme="content" /> |
477 | | - <data android:mimeType="text/*"/> |
478 | | - </intent-filter> |
479 | | -
|
480 | | - <intent-filter> |
481 | | - <action android:name="android.intent.action.SEND" /> |
482 | | - <category android:name="android.intent.category.DEFAULT" /> |
483 | | - <data android:mimeType="text/*" /> |
484 | | - </intent-filter> |
485 | | -
|
486 | | - <! for SL4A > |
487 | | - <intent-filter> |
488 | | - <action android:name="com.googlecode.android_scripting.action.EDIT_SCRIPT" /> |
489 | | - <category android:name="android.intent.category.DEFAULT" /> |
490 | | - </intent-filter> |
491 | | -
|
492 | | - </activity>--> |
493 | | - |
494 | 457 | <activity android:name="jp.sblo.pandora.jota.MainForResult" |
495 | 458 | android:label="@string/app_name_debug" |
496 | 459 | android:launchMode="standard"> |
|
533 | 496 | android:launchMode="singleTask" |
534 | 497 | /> |
535 | 498 |
|
536 | | - <!--activity |
537 | | - android:name="com.ghostsq.commander.PictureViewer" |
538 | | - android:icon="@drawable/ic_action_eye_open" |
539 | | - android:label="@string/pictvw_label" |
540 | | - android:configChanges="orientation|keyboardHidden|screenSize" |
541 | | - android:launchMode="singleTop"> |
542 | | - <intent-filter> |
543 | | - <action android:name="android.intent.action.VIEW" /> |
544 | | - <category android:name="android.intent.category.DEFAULT" /> |
545 | | - <data android:mimeType="image/*" /> |
546 | | - </intent-filter> |
547 | | - </activity--> |
548 | | - |
549 | 499 | <activity |
550 | 500 | android:name="net.gnu.explorer.PhotoActivity" |
551 | 501 | android:icon="@drawable/ic_action_eye_open" |
|
574 | 524 |
|
575 | 525 | </activity> |
576 | 526 |
|
577 | | - <!--activity android:name="com.jarvanmo.demo.VideoActivity" |
578 | | - android:label="Media Player" |
579 | | - android:configChanges="keyboardHidden|orientation|screenSize" |
580 | | - android:theme="@style/Theme.AppCompat.Light.NoActionBar" |
581 | | - > |
582 | | - <intent-filter> |
583 | | - <action android:name="android.intent.action.VIEW" /> |
584 | | - <category android:name="android.intent.category.DEFAULT" /> |
585 | | - <data android:scheme="file" /> |
586 | | - <data android:scheme="content" /> |
587 | | - <data android:mimeType="video/*"/> |
588 | | - <data android:mimeType="audio/*"/> |
589 | | - </intent-filter> |
590 | | - </activity--> |
591 | | - |
592 | | - <!--activity |
593 | | - android:name="com.afollestad.easyvideoplayersample.EasyMediaActivity" |
594 | | - android:label="Easy Player" |
595 | | - android:theme="@style/Theme.AppCompat.Light.NoActionBar" |
596 | | - android:configChanges="orientation|keyboardHidden|screenLayout|screenSize"> |
597 | | -
|
598 | | - <intent-filter> |
599 | | - <action android:name="android.intent.action.VIEW" /> |
600 | | - <category android:name="android.intent.category.DEFAULT" /> |
601 | | - <data android:scheme="file" /> |
602 | | - <data android:scheme="content" /> |
603 | | - <data android:mimeType="video/*"/> |
604 | | - <data android:mimeType="audio/*"/> |
605 | | - </intent-filter> |
606 | | - </activity--> |
607 | | - |
608 | | - <!--activity android:name="com.google.android.exoplayer2.demo.SampleChooserActivity" |
609 | | - android:configChanges="keyboardHidden" |
610 | | - android:label="Playlist"> |
611 | | - <intent-filter> |
612 | | - <action android:name="android.intent.action.VIEW"/> |
613 | | - <category android:name="android.intent.category.DEFAULT"/> |
614 | | - <category android:name="android.intent.category.BROWSABLE"/> |
615 | | - <data android:scheme="http"/> |
616 | | - <data android:scheme="https"/> |
617 | | - <data android:scheme="content"/> |
618 | | - <data android:scheme="asset"/> |
619 | | - <data android:scheme="file"/> |
620 | | - <data android:host="*"/> |
621 | | - <data android:mimeType="video/*"/> |
622 | | - <data android:mimeType="audio/*"/> |
623 | | - <data android:pathPattern=".*\\.exolist\\.json"/> |
624 | | - </intent-filter> |
625 | | - </activity--> |
626 | | - |
627 | | - <activity android:name="net.gnu.explorer.MediaPlayerActivity" |
| 527 | + <!--<activity android:name="net.gnu.explorer.PlayerActivity" |
628 | 528 | android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode" |
629 | 529 | android:launchMode="singleTop" |
630 | 530 | android:icon="@drawable/exo_banner" |
|
635 | 535 | <action android:name="android.intent.action.VIEW" /> |
636 | 536 | <category android:name="android.intent.category.BROWSABLE"/> |
637 | 537 | <category android:name="android.intent.category.DEFAULT"/> |
638 | | - <!--data android:scheme="http"/> |
639 | | - <data android:scheme="https"/> |
640 | | - <data android:scheme="content"/> |
641 | | - <data android:scheme="asset"/> |
642 | | - <data android:scheme="file"/--> |
643 | 538 | <data android:mimeType="video/*"/> |
644 | 539 | <data android:mimeType="audio/*"/> |
645 | 540 | </intent-filter> |
646 | 541 | <intent-filter> |
647 | 542 | <action android:name="com.google.android.exoplayer.demo.action.VIEW_LIST"/> |
648 | 543 | <category android:name="android.intent.category.DEFAULT"/> |
649 | 544 | </intent-filter> |
650 | | - </activity> |
| 545 | + </activity>--> |
651 | 546 |
|
652 | 547 |
|
653 | 548 |
|
|
0 commit comments