Remove some unneeded stuff from AndroidManifest

This commit is contained in:
Luna712 2023-11-04 17:39:38 -06:00
parent 28367de5c3
commit b167317e11

View file

@ -161,9 +161,7 @@
<activity
android:name=".ui.account.AccountSelectActivity"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden|navigation"
android:exported="true"
android:resizeableActivity="true">
android:exported="true">
<intent-filter android:exported="true">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />