We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03eea45 commit b79c64cCopy full SHA for b79c64c
app/src/main/AndroidManifest.xml
@@ -15,6 +15,7 @@
15
16
<application
17
android:allowBackup="true"
18
+ android:fullBackupContent="true"
19
android:icon="@mipmap/ic_launcher"
20
android:label="@string/app_name"
21
android:roundIcon="@mipmap/ic_launcher_round"
@@ -27,7 +28,7 @@
27
28
<activity
29
android:name=".ui.activities.MovieView"
30
android:label="@string/title_activity_movie_view"
- android:theme="@style/AppTheme.NoActionBar"></activity>
31
+ android:theme="@style/AppTheme.NoActionBar" />
32
33
android:name=".ui.activities.DeviceSettings"
34
android:label="@string/title_activity_device_settings"
0 commit comments