Skip to content
Snippets Groups Projects
Commit 39996dd3 authored by haidarhamda's avatar haidarhamda
Browse files

screen orientation

parent 1e6eadb4
Branches
Tags
No related merge requests found
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
android:theme="@style/Theme.If32102024androidaab" /> android:theme="@style/Theme.If32102024androidaab" />
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true"> android:exported="true"
android:configChanges="orientation">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
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