Quicksy: remove REQUEST_INSTALL_PACKAGES permission

Daniel Gultsch created

Change summary

src/quicksy/AndroidManifest.xml | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

src/quicksy/AndroidManifest.xml 🔗

@@ -2,10 +2,15 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools">
 
+    <uses-permission
+        android:name="android.permission.REQUEST_INSTALL_PACKAGES"
+        tools:node="remove" />
+
     <application
         android:icon="@mipmap/new_launcher"
         tools:ignore="GoogleAppIndexingWarning"
         tools:replace="android:icon">
+
         <activity
             android:name=".ui.EnterPhoneNumberActivity"
             android:label="@string/verify_your_phone_number"