Skip to content

Commit ada571a

Browse files
committed
Add enableOnBackInvokedCallback
1 parent bc7c1cf commit ada571a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: play-services-core/src/main/AndroidManifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585

8686
<application
8787
android:allowBackup="true"
88+
android:enableOnBackInvokedCallback="true"
8889
android:forceQueryable="true"
8990
android:fullBackupOnly="true"
9091
android:icon="@mipmap/ic_launcher"
@@ -94,7 +95,7 @@
9495
android:roundIcon="@mipmap/ic_launcher_round"
9596
android:supportsRtl="true"
9697
android:theme="@style/AppTheme"
97-
tools:targetApi="r">
98+
tools:targetApi="tiramisu">
9899

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

0 commit comments

Comments
 (0)