Quicksy: remove REQUEST_INSTALL_PACKAGES permission

This commit is contained in:
Daniel Gultsch 2022-12-12 09:27:03 +01:00
parent 2093aa76ad
commit 36da1c3a89

View file

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