Commit 617c6dac authored by Mygod's avatar Mygod

Fix crashing on Android 6.0+

parent 244c2ecd
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<activity <activity
android:name=".ShadowsocksRunnerActivity" android:name=".ShadowsocksRunnerActivity"
android:theme="@android:style/Theme.NoDisplay" android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:launchMode="singleTask"> android:launchMode="singleTask">
</activity> </activity>
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<activity <activity
android:name=".QuickToggleShortcut" android:name=".QuickToggleShortcut"
android:label="@string/quick_toggle" android:label="@string/quick_toggle"
android:theme="@android:style/Theme.NoDisplay" android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:launchMode="singleTask"> android:launchMode="singleTask">
<intent-filter> <intent-filter>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment