Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@
android:theme="@style/Theme.Uplift.Starting">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<category android:name="android.intent.category.LAUNCHER" />

<data android:scheme="uplift" />
</intent-filter>
Comment thread
coderabbitai[bot] marked this conversation as resolved.

<meta-data
Expand Down
Loading