1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-22 06:10:56 +00:00

Use default launch mode for settings

This commit is contained in:
M66B 2015-11-05 11:43:16 +01:00
parent 3404a7ecdf
commit d49aded58d

View file

@ -28,7 +28,6 @@
<activity
android:name=".ActivitySettings"
android:configChanges="orientation|screenSize"
android:launchMode="singleInstance"
android:parentActivityName=".ActivityMain" />
<service