[Core sample] manifest fix
This commit is contained in:
parent
b9b2dab353
commit
26bceea0b4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/title_activity_main"
|
||||
android:configChanges="orientation|screenSize">
|
||||
android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
Loading…
Reference in a new issue