Skip to content

Commit

Permalink
add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
DaVinci9196 committed Aug 19, 2024
1 parent 34ccbe2 commit 5e6f01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vending-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<uses-permission android:name="com.google.android.gms.permission.READ_SETTINGS" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>

<uses-permission
android:name="android.permission.USE_CREDENTIALS"
Expand Down

0 comments on commit 5e6f01e

Please sign in to comment.