Skip to content

Commit b79c64c

Browse files
Fixed warnings in manifest
Signed-off-by: Developer From Jokela <developerfromjokela@gmail.com>
1 parent 03eea45 commit b79c64c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<application
1717
android:allowBackup="true"
18+
android:fullBackupContent="true"
1819
android:icon="@mipmap/ic_launcher"
1920
android:label="@string/app_name"
2021
android:roundIcon="@mipmap/ic_launcher_round"
@@ -27,7 +28,7 @@
2728
<activity
2829
android:name=".ui.activities.MovieView"
2930
android:label="@string/title_activity_movie_view"
30-
android:theme="@style/AppTheme.NoActionBar"></activity>
31+
android:theme="@style/AppTheme.NoActionBar" />
3132
<activity
3233
android:name=".ui.activities.DeviceSettings"
3334
android:label="@string/title_activity_device_settings"

0 commit comments

Comments
 (0)