]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
provide cloud backup functionality
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index c09c5fd8c7110af0bfc38589d8356ff8480970bf..e3ec6ee1b34b5f6eda0282e64cc4e4acb54a428e 100644 (file)
         android:networkSecurityConfig="@xml/network_security_config"
         android:roundIcon="@drawable/app_icon_round"
         android:supportsRtl="true"
+        android:backupAgent="net.ktnx.mobileledger.backup.MobileLedgerBackupAgent"
         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"
@@ -53,7 +58,7 @@
             android:label="@string/title_activity_new_transaction"
             android:parentActivityName=".ui.activity.MainActivity"
             android:theme="@style/AppTheme.default"
-            android:windowSoftInputMode="stateVisible" />
+            android:windowSoftInputMode="stateVisible|adjustResize" />
         <activity
             android:name=".ui.profiles.ProfileDetailActivity"
             android:label="@string/title_profile_details"