]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
bump support to API ver 28
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index 9f177daa372c7e90f217e7b39aa778bb5340d10e..ee612ac456b7c1f7afe56bd123c6c2516abbb1f8 100644 (file)
@@ -8,7 +8,8 @@
         android:label="@string/app_name"
         android:roundIcon="@mipmap/ic_launcher_round"
         android:supportsRtl="true"
-        android:theme="@style/AppTheme">
+        android:theme="@style/AppTheme"
+        android:fullBackupContent="@xml/backup_descriptor">
         <activity
             android:name=".LatestTransactions"
             android:label="@string/app_name"
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
+        <activity
+            android:name=".SettingsActivity"
+            android:label="@string/title_activity_settings"
+            android:parentActivityName=".LatestTransactions">
+            <meta-data
+                android:name="android.support.PARENT_ACTIVITY"
+                android:value="net.ktnx.mobileledger.LatestTransactions" />
+        </activity>
     </application>
 
 </manifest>
\ No newline at end of file