Quicksy: remove REQUEST_INSTALL_PACKAGES permission
This commit is contained in:
parent
2093aa76ad
commit
36da1c3a89
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue