Skip to content

Instantly share code, notes, and snippets.

@kartikarora
Last active April 15, 2023 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kartikarora/eb87eb0cc32244f3d90d40a08c6f046c to your computer and use it in GitHub Desktop.
Save kartikarora/eb87eb0cc32244f3d90d40a08c6f046c to your computer and use it in GitHub Desktop.
Android 14 back Invoke callback flag
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission ... />
...
<application
...
android:enableOnBackInvokedCallback="true"
... >
<activity ... />
...
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment