Skip to content

Commit

Permalink
Added tags for app links verification
Browse files Browse the repository at this point in the history
  • Loading branch information
this-Aditya committed Sep 23, 2024
1 parent ac41892 commit b1915f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
android:configChanges="keyboardHidden|orientation"
android:screenOrientation="userPortrait"
android:exported="true">
<intent-filter android:label="@string/filter_open_prmt" >
<intent-filter android:label="@string/filter_open_prmt"
android:autoVerify="true" >
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
Expand Down
4 changes: 2 additions & 2 deletions app/src/selfRelease/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
android:configChanges="keyboardHidden|orientation"
android:screenOrientation="userPortrait"
android:exported="true">
<intent-filter android:label="@string/filter_open_prmt" >
<intent-filter android:label="@string/filter_open_prmt"
android:autoVerify="true" >
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
Expand All @@ -95,7 +96,6 @@
<data
android:host="radar-base.org"
android:scheme="org.radarbase.prmt" />

</intent-filter>
</activity>
<activity
Expand Down

0 comments on commit b1915f5

Please sign in to comment.