Skip to content

Commit

Permalink
Fido: Allow background activity launch
Browse files Browse the repository at this point in the history
Fixes passkey creation

Change-Id: I49c97ad820be35dec1f32944361b4e3b617c1d0f
  • Loading branch information
Uldiniad committed Nov 1, 2023
1 parent 891503f commit 03279a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions play-services-fido/core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<uses-permission
android:name="android.permission.MANAGE_USB"
tools:ignore="ProtectedPermissions" />
<uses-permission android:name="android.permission.START_ACTIVITIES_FROM_BACKGROUND"
tools:ignore="ProtectedPermissions" />

<application>
<service
Expand Down

0 comments on commit 03279a9

Please sign in to comment.