mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
expand package visibility for Android 11+ (#1384)
This commit is contained in:
@@ -54,12 +54,7 @@
|
||||
<!-- Package visibility (for Android 11+) -->
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<data android:scheme="http"/>
|
||||
</intent>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<data android:scheme="https"/>
|
||||
<action android:name="*"/>
|
||||
</intent>
|
||||
</queries>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user