We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4627b commit 716bf0aCopy full SHA for 716bf0a
app/src/main/AndroidManifest.xml
@@ -13,8 +13,9 @@
13
android:roundIcon="@mipmap/ic_launcher_round"
14
android:supportsRtl="true"
15
android:theme="@style/Theme.TransportYou"
16
- tools:targetApi="31"
17
- android:name=".TransportYouApp">
+ tools:targetApi="33"
+ android:name=".TransportYouApp"
18
+ android:enableOnBackInvokedCallback="true">
19
<activity
20
android:name=".MainActivity"
21
android:exported="true"
0 commit comments