Commit 0828a7e0 authored by Mygod's avatar Mygod

Lock orientation to prevent camera recreation

parent 0ed4d707
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
android:label="@string/add_profile_methods_scan_qr_code" android:label="@string/add_profile_methods_scan_qr_code"
android:parentActivityName=".MainActivity" android:parentActivityName=".MainActivity"
android:theme="@style/Theme.Shadowsocks.Immersive" android:theme="@style/Theme.Shadowsocks.Immersive"
android:screenOrientation="locked"
android:excludeFromRecents="true"/> android:excludeFromRecents="true"/>
<activity android:name=".tasker.ConfigActivity" <activity android:name=".tasker.ConfigActivity"
......
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