summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-11-24 07:55:11 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-11-24 07:55:11 +0000
commit4df37b50588addf54723b575edfaccea6f34c440 (patch)
tree18ea5e84b52d775e7130ef0b7e66847555c49524 /app/src/main/AndroidManifest.xml
parentd0c4e69b9628b56c1e6f9ec84c407cda98c3f8f9 (diff)
parent8aca1315ebb0e2fa8ef299d65b7f58f2fcb50edb (diff)
Merge branch '5903-warn_user_on_feature_activation' into 'main'
5903 warn user on feature activation See merge request e/os/advanced-privacy!104
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b5836dc..3bcd764 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -86,6 +86,13 @@
<category android:name="${mainActivityIntentFilterCategory}"/>
</intent-filter>
</activity>
+ <activity
+ android:name=".common.WarningDialog"
+ android:noHistory="true"
+ android:excludeFromRecents="true"
+ android:launchMode="singleInstance"
+ android:theme="@style/Theme.InvisibleActivity"
+ />
</application>
</manifest> \ No newline at end of file