]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
working backup and restore of configuration settings
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index d5dbbaeb5046ee207012b9b5d8737ebb3d27dbf7..a8d20d905ba33b2b381474265ea3430482ff4a71 100644 (file)
         android:roundIcon="@drawable/app_icon_round"
         android:supportsRtl="true"
         tools:ignore="GoogleAppIndexingWarning">
+        <activity
+            android:name=".BackupsActivity"
+            android:label="@string/backups_activity_label"
+            android:theme="@style/AppTheme.default" />
         <activity
             android:name=".ui.templates.TemplatesActivity"
             android:label="@string/title_activity_templates"