Browse Source

line wrap

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 years ago
parent
commit
bba96eef89
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/AndroidManifest.xml

+ 2 - 1
src/main/AndroidManifest.xml

@@ -65,7 +65,8 @@
     <uses-permission android:name="android.permission.USE_FINGERPRINT" />
     <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
 
-    <!-- Apps that target Android 9 (API level 28) or higher and use foreground services must request the FOREGROUND_SERVICE permission -->
+    <!-- Apps that target Android 9 (API level 28) or higher and use foreground services
+    must request the FOREGROUND_SERVICE permission -->
     <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>