Skip to content

Commit

Permalink
fix: add android billing permission (#6441)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon authored Jan 3, 2025
1 parent 58f6b79 commit f5d529b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<uses-permission android:name="android.permission.NFC"/>
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="com.android.vending.BILLING" />

<queries>
<intent>
Expand Down

0 comments on commit f5d529b

Please sign in to comment.