Skip to content

Commit

Permalink
Remove TestActivity since it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 12, 2024
1 parent 3b33f3f commit 2a7f99a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
10 changes: 1 addition & 9 deletions android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

This file was deleted.

13 changes: 0 additions & 13 deletions android/app/src/debug/res/layout/activity_test.xml

This file was deleted.

0 comments on commit 2a7f99a

Please sign in to comment.