Aperture: Do not store photos captured via other apps

When another app uses an Intent to capture a photo, keep it in memory
rather than saving it to disk.

Note: Videos are intentionally not affected by this change. This
matches stock behavior.

Co-authored-by: LuK1337 <priv.luk@gmail.com>
Change-Id: I19469728d419490a8ba9268e4407e7c4babfd577
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 4006e75..04e9414 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -54,6 +54,7 @@
     implementation("androidx.core:core-ktx:1.9.0")
     implementation("androidx.appcompat:appcompat:1.6.0")
     implementation("androidx.constraintlayout:constraintlayout:2.1.4")
+    implementation("androidx.exifinterface:exifinterface:1.3.6")
     implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
     implementation("androidx.preference:preference:1.2.0")
     implementation("com.google.android.material:material:1.9.0-alpha01")