Skip to content

Commit

Permalink
Fixed warnings in manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Developer From Jokela <[email protected]>
  • Loading branch information
developerfromjokela committed Apr 28, 2020
1 parent 03eea45 commit b79c64c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<application
android:allowBackup="true"
android:fullBackupContent="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
Expand All @@ -27,7 +28,7 @@
<activity
android:name=".ui.activities.MovieView"
android:label="@string/title_activity_movie_view"
android:theme="@style/AppTheme.NoActionBar"></activity>
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".ui.activities.DeviceSettings"
android:label="@string/title_activity_device_settings"
Expand Down

0 comments on commit b79c64c

Please sign in to comment.