Skip to content

Commit

Permalink
Remove unnecessary permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Jul 10, 2024
1 parent 6cc2f09 commit c0e3a7b
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 @@ -10,7 +10,6 @@
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28"
Expand Down Expand Up @@ -106,4 +105,4 @@
</service>
</application>

</manifest>
</manifest>

0 comments on commit c0e3a7b

Please sign in to comment.