Aperture: Enable OnBackInvokedCallback

Change-Id: Ib348b28562b5f2b723d97fbd4a2ff25fc9d820ff
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 11013b5..d32f1e0 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -35,10 +35,12 @@
 
     <application
         android:name=".ApertureApplication"
+        android:enableOnBackInvokedCallback="true"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"
         android:supportsRtl="true"
-        android:theme="@style/Theme.Aperture">
+        android:theme="@style/Theme.Aperture"
+        tools:targetApi="tiramisu">
 
         <uses-library
             android:name="androidx.camera.extensions.impl"