Skip to content

Commit

Permalink
Remove deep links
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Feb 5, 2024
1 parent c519960 commit 4ac8abd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,6 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:autoVerify="true">
<category android:name="android.intent.category.DEFAULT" />

<action android:name="android.intent.action.VIEW" />

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

<data
android:host="play.dhis2.org"
android:scheme="https" />
</intent-filter>
</activity>
<activity
android:name=".usescases.login.LoginActivity"
Expand Down

0 comments on commit 4ac8abd

Please sign in to comment.