Skip to content

Commit

Permalink
Remove unneeded manifest attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Apr 6, 2022
1 parent e397db6 commit 9a0371b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

<application
android:name=".ScoopApplication"
android:allowBackup="true"
android:fullBackupContent="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
Expand All @@ -39,8 +37,7 @@
<activity
android:name=".ui.activity.MainActivity"
android:configChanges="orientation|screenSize|screenLayout"
android:exported="true"
android:label="@string/app_name">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 9a0371b

Please sign in to comment.