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