Skip to content

Commit

Permalink
PERA-1694 :: Add back permissions that Firebase Analytics needs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltchuang committed Feb 28, 2025
1 parent e39b7c3 commit c686218
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common-sdk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
</manifest>

0 comments on commit c686218

Please sign in to comment.