summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-08 12:45:47 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-12 10:58:19 +0100
commit2a7f99a25d71ddc4c38148ae1049d31333afd382 (patch)
tree2e5ba4355da9f78b86f1fc1a39e1d60375d765ad /android/app/src/debug/AndroidManifest.xml
parent3b33f3f1bd5a137ed8b898c62e78a3745a7a9897 (diff)
downloadmullvadvpn-2a7f99a25d71ddc4c38148ae1049d31333afd382.tar.xz
mullvadvpn-2a7f99a25d71ddc4c38148ae1049d31333afd382.zip
Remove TestActivity since it is not needed
Diffstat (limited to 'android/app/src/debug/AndroidManifest.xml')
-rw-r--r--android/app/src/debug/AndroidManifest.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 4cf2009796..61ef2c7e50 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -13,13 +13,5 @@
android:allowBackup="false"
android:banner="@drawable/banner"
android:name=".MullvadApplication"
- tools:ignore="GoogleAppIndexingWarning">
- <activity android:name="net.mullvad.mullvadvpn.TestActivity"
- android:label="@string/app_name"
- android:launchMode="singleInstance"
- android:configChanges="orientation|screenSize|screenLayout"
- android:screenOrientation="locked"
- android:windowSoftInputMode="adjustPan"
- android:exported="true"></activity>
- </application>
+ tools:ignore="DataExtractionRules,GoogleAppIndexingWarning"></application>
</manifest>