Skip to content

Commit

Permalink
Glimpse: Add android.intent.category.DEFAULT to main intent filter
Browse files Browse the repository at this point in the history
This seems to be necessary to be available for android.intent.category.APP_GALLERY intents.

Change-Id: I9cf797fcf10270e23d86b57ca3eba1cd62726918
Signed-off-by: Dmitrii <bankersenator@gmail.com>
  • Loading branch information
ArianK16a authored and shutter-cat committed Oct 18, 2024
1 parent b94bd96 commit 31641ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.APP_GALLERY" />
</intent-filter>
Expand Down

0 comments on commit 31641ce

Please sign in to comment.