Skip to content

Commit

Permalink
Exposure Notifications: Request permissions for Android 12 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Jun 27, 2021
1 parent 602a34f commit 28d82ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions play-services-nearby-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

<uses-permission android:name="com.google.android.gms.nearby.exposurenotification.EXPOSURE_CALLBACK" />
Expand Down

0 comments on commit 28d82ef

Please sign in to comment.