2020-05-23 08:49:00 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-02-27 19:20:06 +01:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="io.lbry.browser"
|
|
|
|
android:installLocation="auto">
|
|
|
|
|
2020-05-23 08:49:00 +02:00
|
|
|
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
2020-02-27 19:20:06 +01:00
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
2020-08-19 18:23:35 +02:00
|
|
|
<uses-permission android:name="com.android.vending.BILLING" />
|
2020-02-27 19:20:06 +01:00
|
|
|
|
2020-05-23 08:49:00 +02:00
|
|
|
<application
|
2020-02-27 19:20:06 +01:00
|
|
|
android:allowBackup="true"
|
2020-05-23 08:49:00 +02:00
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:largeHeap="true"
|
|
|
|
android:requestLegacyExternalStorage="true"
|
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
|
android:supportsRtl="true"
|
|
|
|
android:theme="@style/AppTheme"
|
2020-02-27 19:20:06 +01:00
|
|
|
android:usesCleartextTraffic="true">
|
|
|
|
|
2020-05-23 08:49:00 +02:00
|
|
|
<meta-data android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
|
|
|
|
android:value="com.google.android.exoplayer2.ext.cast.DefaultCastOptionsProvider"/>
|
|
|
|
|
2020-02-27 19:20:06 +01:00
|
|
|
<meta-data
|
|
|
|
android:name="com.google.firebase.messaging.default_notification_icon"
|
|
|
|
android:resource="@drawable/ic_lbry" />
|
|
|
|
<meta-data
|
|
|
|
android:name="com.google.firebase.messaging.default_notification_color"
|
|
|
|
android:resource="@color/lbryGreen" />
|
|
|
|
<meta-data
|
|
|
|
android:name="com.google.firebase.messaging.default_notification_channel_id"
|
|
|
|
android:value="@string/default_notification_channel_id"/>
|
|
|
|
|
|
|
|
<meta-data android:name="wakelock" android:value="0"/>
|
|
|
|
|
2020-05-23 08:49:00 +02:00
|
|
|
<activity
|
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
|
|
|
|
android:name=".MainActivity"
|
2020-02-27 19:20:06 +01:00
|
|
|
android:label="@string/app_name"
|
2020-05-23 08:49:00 +02:00
|
|
|
android:supportsPictureInPicture="true"
|
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
|
android:launchMode="singleTask"
|
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
2020-02-27 19:20:06 +01:00
|
|
|
|
2020-07-23 05:36:15 +02:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="video/*" />
|
|
|
|
<data android:mimeType="image/*" />
|
|
|
|
<data android:mimeType="text/*" />
|
|
|
|
</intent-filter>
|
2020-02-27 19:20:06 +01:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:scheme="lbry" />
|
|
|
|
</intent-filter>
|
2020-07-13 19:00:12 +02:00
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<data android:scheme="https" android:host="open.lbry.com"/>
|
2020-10-12 12:47:45 +02:00
|
|
|
<data android:scheme="https" android:host="lbry.tv" android:pathPattern="/..*/*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.tv" android:pathPattern="/.*:.*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.tv" android:pathPattern="/.*#.*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.lat" android:pathPattern="/..*/*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.lat" android:pathPattern="/.*:.*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.lat" android:pathPattern="/.*#.*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.fr" android:pathPattern="/..*/*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.fr" android:pathPattern="/.*:.*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.fr" android:pathPattern="/.*#.*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.in" android:pathPattern="/..*/*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.in" android:pathPattern="/.*:.*" />
|
|
|
|
<data android:scheme="https" android:host="lbry.in" android:pathPattern="/.*#.*" />
|
2020-07-13 19:00:12 +02:00
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
2020-02-27 19:20:06 +01:00
|
|
|
</activity>
|
|
|
|
|
2020-05-23 08:49:00 +02:00
|
|
|
<activity
|
|
|
|
android:name=".FirstRunActivity"
|
|
|
|
android:launchMode="singleTask"
|
|
|
|
android:parentActivityName=".MainActivity"
|
|
|
|
android:theme="@style/AppTheme.NoActionBarTranslucent" />
|
|
|
|
<activity
|
|
|
|
android:name=".VerificationActivity"
|
|
|
|
android:launchMode="singleTask"
|
|
|
|
android:parentActivityName=".MainActivity"
|
|
|
|
android:theme="@style/AppTheme.NoActionBarTranslucent"
|
|
|
|
android:windowSoftInputMode="adjustResize" />
|
2020-02-27 19:20:06 +01:00
|
|
|
|
|
|
|
<service
|
|
|
|
android:name="io.lbry.browser.LbrynetMessagingService"
|
|
|
|
android:exported="false">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<provider
|
|
|
|
android:name="io.lbry.browser.LocalFileProvider"
|
|
|
|
android:authorities="io.lbry.browser.fileprovider"
|
|
|
|
android:grantUriPermissions="true"
|
|
|
|
android:exported="false">
|
|
|
|
<meta-data
|
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
android:resource="@xml/filepaths" />
|
|
|
|
</provider>
|
|
|
|
</application>
|
2020-05-23 08:49:00 +02:00
|
|
|
</manifest>
|