commit | 9478ec437aefc0f37f430c954e8a8dcac4ea125b | [log] [tgz] |
---|---|---|
author | Sebastiano Barezzi <seba@sebaubuntu.dev> | Sun Sep 03 20:54:08 2023 +0200 |
committer | Sebastiano Barezzi <seba@sebaubuntu.dev> | Mon Sep 04 15:37:14 2023 +0200 |
tree | 1728a0c278a418ef91ce49e848ba10a3ebb32da5 | |
parent | b0928e2f173170d556ac834d91adc902c2dd0617 [diff] |
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"