Skip to content

Commit

Permalink
edit manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvht committed Oct 20, 2024
1 parent 2beba3b commit 84b401b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@
<activity
android:name=".activities.TestSettingsActivity"
android:label="@string/title_settings"
android:launchMode="singleTop"
android:parentActivityName=".activities.TestActivity">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".activities.TestActivity" />
</activity>
android:exported="false"/>

<service android:name=".services.ByeDpiVpnService"
android:permission="android.permission.BIND_VPN_SERVICE"
Expand Down

0 comments on commit 84b401b

Please sign in to comment.