Skip to content

Commit

Permalink
Removed unneeded permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGuidarini committed Mar 4, 2024
1 parent a690fd1 commit 42cb8c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.MedicationTracker"
android:localeConfig="@xml/locales_config"
android:requestLegacyExternalStorage="true" >
android:localeConfig="@xml/locales_config" >

<activity
android:name=".MedicationNotes"
Expand Down

0 comments on commit 42cb8c6

Please sign in to comment.