Update AndroidManifest.xml

This commit is contained in:
Duy Tran Khanh 2021-10-20 11:33:13 +07:00 committed by GitHub
parent bf963d8f3e
commit fca386ca6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@
android:multiprocess="true"
android:screenOrientation="sensorLandscape"
android:name=".MainActivity"
android:configChanges="keyboardHidden|orientation|screenSize|smallesScreenSize|screenLayout|keyboard|navigation"/>
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|keyboard|navigation"/>
<provider
android:name=".scoped.GameFolderProvider"
android:authorities="@string/storageProviderAuthorities"