Skip to content

Commit

Permalink
Manifest: turn on predictive back
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Jul 11, 2024
1 parent c74baa9 commit c042e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />

<!-- enableOnBackInvokedCallback: opt-in to predictive back gesture https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture -->
<application
android:name="com.uwetrottmann.wpdisplay.ApplicationImpl"
android:allowBackup="true"
android:enableOnBackInvokedCallback="true"
android:fullBackupOnly="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down

0 comments on commit c042e59

Please sign in to comment.