Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a871ea56 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

feat:3720: clean comments in manifest.

parent 570837cd
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,3 +54,4 @@ proguard-project.txt
# Android Studio/IDEA
*.iml
.idea
.kotlin
 No newline at end of file
+0 −3
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@

    <!-- Permissions -->
    <uses-permission android:name="android.permission.INTERNET"/>
<!--    <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> &lt;!&ndash; For instant delivery foregrounds service &ndash;&gt;-->
<!--    <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE"/> &lt;!&ndash; For instant delivery foregrounds service on SDK >= 34 &ndash;&gt;-->
<!--    <uses-permission android:name="android.permission.WAKE_LOCK"/> &lt;!&ndash; To keep foreground service awake; soon not needed anymore &ndash;&gt;-->
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> <!-- To restart service on reboot -->
    <uses-permission android:name="android.permission.VIBRATE"/> <!-- Incoming notifications should be able to vibrate the phone -->
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28"/> <!-- Only required on SDK <= 28 -->