summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2023-11-14 16:19:06 +0100
committerGitHub <noreply@github.com>2023-11-14 16:19:06 +0100
commita2bfc97d12f7d637f41a1dcde7ae58ae0bda13fe (patch)
tree1f02e72fbe00a9c0de43f2a8bb39288b805406a2
parentUpdate build.gradle (diff)
downloadxManager-a2bfc97d12f7d637f41a1dcde7ae58ae0bda13fe.tar
xManager-a2bfc97d12f7d637f41a1dcde7ae58ae0bda13fe.tar.gz
xManager-a2bfc97d12f7d637f41a1dcde7ae58ae0bda13fe.tar.bz2
xManager-a2bfc97d12f7d637f41a1dcde7ae58ae0bda13fe.tar.lz
xManager-a2bfc97d12f7d637f41a1dcde7ae58ae0bda13fe.tar.xz
xManager-a2bfc97d12f7d637f41a1dcde7ae58ae0bda13fe.tar.zst
xManager-a2bfc97d12f7d637f41a1dcde7ae58ae0bda13fe.zip
-rw-r--r--app/src/main/AndroidManifest.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 42c58ee..832dc6a 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -14,6 +14,7 @@
android:requestLegacyExternalStorage="true"
android:icon="@mipmap/xmanager"
android:roundIcon="@mipmap/xmanager_round"
+ android:roundIcon="@mipmap/xmanager_round"
android:label="@string/app_name"
android:name=".xManager"
android:requestLegacyExternalStorage="true"
@@ -23,6 +24,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
+ android:exported="true"
android:configChanges="orientation|screenSize|keyboardHidden|smallestScreenSize|screenLayout"
android:hardwareAccelerated="true"
android:supportsPictureInPicture="true"
@@ -41,10 +43,12 @@
<activity
android:name=".DebugActivity"
android:exported="true"
+ android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name="com.google.android.gms.ads.AdActivity"
android:exported="true"
+ android:exported="true"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />
<meta-data
@@ -70,5 +74,14 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"/>
</provider>
+ <provider
+ android:authorities="com.xc3fff0e.xmanager.provider"
+ android:name="androidx.core.content.FileProvider"
+ android:exported="false"
+ android:grantUriPermissions="true">
+ <meta-data
+ android:name="android.support.FILE_PROVIDER_PATHS"
+ android:resource="@xml/provider_paths"/>
+ </provider>
</application>
</manifest>