Skip to content

Commit

Permalink
Add enableOnBackInvokedCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Dec 22, 2024
1 parent bc7c1cf commit ada571a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

<application
android:allowBackup="true"
android:enableOnBackInvokedCallback="true"
android:forceQueryable="true"
android:fullBackupOnly="true"
android:icon="@mipmap/ic_launcher"
Expand All @@ -94,7 +95,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:targetApi="r">
tools:targetApi="tiramisu">

<library android:name="${basePackageName}.android.gms" />

Expand Down

0 comments on commit ada571a

Please sign in to comment.