diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-16 16:48:19 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-16 16:48:19 -0700 |
commit | 0784fddafcee4759f25b7c27e1668d0996ab35e7 (patch) | |
tree | e53ae46ac1f648af0470d00b8b63a172a0a77f0a /app/src/main/AndroidManifest.xml | |
parent | 3b8631c1b584c287ab14536944488e14ce597170 (diff) | |
download | frost-0784fddafcee4759f25b7c27e1668d0996ab35e7.tar.gz frost-0784fddafcee4759f25b7c27e1668d0996ab35e7.tar.bz2 frost-0784fddafcee4759f25b7c27e1668d0996ab35e7.zip |
Add more theming
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0d444ed5..2f31cdc1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,6 +16,7 @@ <application android:name=".FrostApp" android:allowBackup="true" + android:fullBackupContent="@xml/frost_backup_rules" android:icon="@mipmap/ic_launcher_round" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" |