Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Sep 10, 2024
1 parent 0fa25c0 commit fb29d83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>

<application
android:name=".MifosSelfServiceApp"
android:allowBackup="true"
Expand Down Expand Up @@ -74,4 +76,4 @@
</provider>
</application>

</manifest>
</manifest>

0 comments on commit fb29d83

Please sign in to comment.