mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
Add permissions to autofillcallback
This commit is contained in:
parent
8bdbccd8de
commit
0006146952
@ -30,6 +30,10 @@
|
||||
android:protectionLevel="signature|knownSigner"
|
||||
tools:targetApi="s" />
|
||||
|
||||
<permission
|
||||
android:name="${applicationId}.permission.AUTOFILL_CALLBACK"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<application
|
||||
android:name=".BitwardenApplication"
|
||||
android:allowBackup="false"
|
||||
@ -131,7 +135,8 @@
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:noHistory="true"
|
||||
android:theme="@style/AutofillCallbackTheme" />
|
||||
android:theme="@style/AutofillCallbackTheme"
|
||||
android:permission="${applicationId}.permission.AUTOFILL_CALLBACK" />
|
||||
|
||||
<activity
|
||||
android:name=".AuthCallbackActivity"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user