Glimpse: Set app category as image

* Whatever Gallery2 sets

Change-Id: I1326177a39f89c5942e9e04b2506dba695e43604
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4e90df1..d72aa7e 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -19,6 +19,7 @@
 
     <application
         android:name="org.lineageos.glimpse.GlimpseApplication"
+        android:appCategory="image"
         android:enableOnBackInvokedCallback="true"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"