Loading core/res/AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -4459,6 +4459,11 @@ <permission android:name="android.permission.CREDENTIAL_MANAGER_SET_ORIGIN" android:protectionLevel="normal" /> <!-- Allows permission to use Credential Manager UI for providing and saving credentials @hide --> <permission android:name="android.permission.LAUNCH_CREDENTIAL_SELECTOR" android:protectionLevel="signature" /> <!-- Allows an application to be able to store and retrieve credentials from a remote device. @hide @SystemApi --> Loading packages/CredentialManager/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ <activity android:name=".CredentialSelectorActivity" android:exported="true" android:permission="android.permission.LAUNCH_CREDENTIAL_SELECTOR" android:launchMode="singleTop" android:label="@string/app_name" android:excludeFromRecents="true" Loading Loading
core/res/AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -4459,6 +4459,11 @@ <permission android:name="android.permission.CREDENTIAL_MANAGER_SET_ORIGIN" android:protectionLevel="normal" /> <!-- Allows permission to use Credential Manager UI for providing and saving credentials @hide --> <permission android:name="android.permission.LAUNCH_CREDENTIAL_SELECTOR" android:protectionLevel="signature" /> <!-- Allows an application to be able to store and retrieve credentials from a remote device. @hide @SystemApi --> Loading
packages/CredentialManager/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ <activity android:name=".CredentialSelectorActivity" android:exported="true" android:permission="android.permission.LAUNCH_CREDENTIAL_SELECTOR" android:launchMode="singleTop" android:label="@string/app_name" android:excludeFromRecents="true" Loading