Skip to content

Commit

Permalink
Enable predictive back gestures
Browse files Browse the repository at this point in the history
Our activities are so simple, there's nothing special needed to support
this.

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
  • Loading branch information
chenxiaolong committed Oct 21, 2024
1 parent c053634 commit 0305a61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
android:backupAgent=".backup.ConfigBackupAgent"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:enableOnBackInvokedCallback="true"
android:memtagMode="off"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.RSAF">
android:theme="@style/Theme.RSAF"
tools:targetApi="tiramisu">
<meta-data android:name="com.google.android.backup.api_key"
android:value="unused" />

Expand Down

0 comments on commit 0305a61

Please sign in to comment.