mirror of
https://github.com/bitwarden/android.git
synced 2025-03-14 02:08:48 +03:00
expand package visibility for Android 11+ (#1384)
This commit is contained in:
parent
2f6e1ff477
commit
29979f6b04
1 changed files with 1 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue