NewPipe/app/src/main/AndroidManifest.xml

225 lines
9.3 KiB
XML
Raw Normal View History

2015-09-04 00:15:03 +00:00
<?xml version="1.0" encoding="utf-8"?>
2017-06-05 19:33:01 +00:00
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
2016-02-24 22:12:02 +00:00
package="org.schabi.newpipe">
2017-06-05 19:33:01 +00:00
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
2016-02-24 22:12:02 +00:00
2015-09-04 00:15:03 +00:00
<application
android:name=".App"
2015-09-04 00:15:03 +00:00
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
2016-02-24 22:12:02 +00:00
android:logo="@mipmap/ic_launcher"
android:theme="@style/DarkTheme"
tools:ignore="AllowBackup">
2015-09-04 00:15:03 +00:00
<activity
2016-08-01 23:26:12 +00:00
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask">
2015-09-04 00:15:03 +00:00
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
2015-09-04 00:15:03 +00:00
</intent-filter>
</activity>
2016-02-24 22:12:02 +00:00
<activity
android:name=".player.old.PlayVideoActivity"
2015-09-04 00:15:03 +00:00
android:configChanges="orientation|keyboardHidden|screenSize"
2016-02-24 22:12:02 +00:00
android:theme="@style/VideoPlayerTheme"
2017-06-05 19:33:01 +00:00
tools:ignore="UnusedAttribute"/>
2016-07-26 11:50:52 +00:00
<service
2016-03-05 15:54:24 +00:00
android:name=".player.BackgroundPlayer"
2017-05-23 14:53:50 +00:00
android:exported="false"/>
2016-07-26 11:50:52 +00:00
2017-06-05 19:33:01 +00:00
<service
android:name=".player.PopupVideoPlayer"
android:exported="false"/>
2016-07-26 11:50:52 +00:00
<activity
android:name=".player.MainVideoPlayer"
2016-02-16 02:49:58 +00:00
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTask"
android:theme="@style/PlayerTheme"/>
2016-07-26 11:50:52 +00:00
2015-09-04 00:15:03 +00:00
<activity
2016-08-02 19:17:54 +00:00
android:name=".settings.SettingsActivity"
2017-06-05 19:33:01 +00:00
android:label="@string/settings"/>
<activity
android:name=".about.AboutActivity"
android:label="@string/title_activity_about"/>
<activity
android:name=".history.HistoryActivity"
android:label="@string/title_activity_history"/>
<activity
android:name=".PanicResponderActivity"
android:launchMode="singleInstance"
android:noHistory="true"
android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="info.guardianproject.panic.action.TRIGGER"/>
2016-02-24 22:12:02 +00:00
2017-06-05 19:33:01 +00:00
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<activity
android:name=".ExitActivity"
2016-02-25 02:43:13 +00:00
android:label="@string/general_error"
2017-06-05 19:33:01 +00:00
android:theme="@android:style/Theme.NoDisplay"/>
<activity android:name=".report.ErrorActivity"/>
2016-05-25 20:34:36 +00:00
<!-- giga get related -->
<activity
2016-09-27 19:33:26 +00:00
android:name=".download.DownloadActivity"
android:label="@string/app_name"
android:launchMode="singleTask"/>
2017-06-05 19:33:01 +00:00
<service android:name="us.shandian.giga.service.DownloadManagerService"/>
<activity
android:name="com.nononsenseapps.filepicker.FilePickerActivity"
android:label="@string/app_name"
2017-02-27 20:14:03 +00:00
android:launchMode="singleTop"
android:theme="@style/FilePickerTheme"/>
<activity
android:name=".ReCaptchaActivity"
2017-06-05 19:33:01 +00:00
android:label="@string/reCaptchaActivity"/>
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
2017-06-05 19:33:01 +00:00
android:resource="@xml/provider_paths"/>
</provider>
2017-02-27 20:14:03 +00:00
<activity
android:name=".RouterActivity"
android:taskAffinity=""
2017-02-27 20:14:03 +00:00
android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="youtube.com"/>
<data android:host="m.youtube.com"/>
<data android:host="www.youtube.com"/>
2017-02-27 20:14:03 +00:00
<!-- video prefix -->
2017-06-05 19:33:01 +00:00
<data android:pathPrefix="/v/"/>
<data android:pathPrefix="/embed/"/>
<data android:pathPrefix="/watch"/>
<data android:pathPrefix="/attribution_link"/>
2017-02-27 20:14:03 +00:00
<!-- channel prefix -->
<data android:pathPrefix="/channel/"/>
<data android:pathPrefix="/user/"/>
<!-- playlist prefix -->
<data android:pathPrefix="/playlist"/>
2017-02-27 20:14:03 +00:00
</intent-filter>
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
2017-02-27 20:14:03 +00:00
2017-06-05 19:33:01 +00:00
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
2017-02-27 20:14:03 +00:00
2017-06-05 19:33:01 +00:00
<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="youtu.be"/>
<data android:pathPrefix="/"/>
2017-02-27 20:14:03 +00:00
</intent-filter>
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
2017-02-27 20:14:03 +00:00
2017-06-05 19:33:01 +00:00
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
2017-02-27 20:14:03 +00:00
2017-06-05 19:33:01 +00:00
<data android:scheme="vnd.youtube"/>
<data android:scheme="vnd.youtube.launch"/>
2017-02-27 20:14:03 +00:00
</intent-filter>
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.SEND"/>
2017-02-27 20:14:03 +00:00
2017-06-05 19:33:01 +00:00
<category android:name="android.intent.category.DEFAULT"/>
2017-02-27 20:14:03 +00:00
2017-06-05 19:33:01 +00:00
<data android:mimeType="text/plain"/>
2017-02-27 20:14:03 +00:00
</intent-filter>
</activity>
<activity
android:name=".RouterPopupActivity"
android:label="@string/popup_mode_share_menu_title"
android:taskAffinity=""
android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="youtube.com"/>
<data android:host="m.youtube.com"/>
<data android:host="www.youtube.com"/>
<!-- video prefix -->
2017-06-05 19:33:01 +00:00
<data android:pathPrefix="/v/"/>
<data android:pathPrefix="/embed/"/>
<data android:pathPrefix="/watch"/>
<data android:pathPrefix="/attribution_link"/>
</intent-filter>
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
2017-06-05 19:33:01 +00:00
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
2017-06-05 19:33:01 +00:00
<data android:scheme="http"/>
<data android:scheme="https"/>
<data android:host="youtu.be"/>
<data android:pathPrefix="/"/>
</intent-filter>
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
2017-06-05 19:33:01 +00:00
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
2017-06-05 19:33:01 +00:00
<data android:scheme="vnd.youtube"/>
<data android:scheme="vnd.youtube.launch"/>
</intent-filter>
<intent-filter>
2017-06-05 19:33:01 +00:00
<action android:name="android.intent.action.SEND"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="text/plain"/>
</intent-filter>
</activity>
2015-09-04 00:15:03 +00:00
</application>
</manifest>