summaryrefslogtreecommitdiff
path: root/AndroidManifest-app.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest-app.xml')
-rw-r--r--AndroidManifest-app.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/AndroidManifest-app.xml b/AndroidManifest-app.xml
index ba9afe28..57ea497b 100644
--- a/AndroidManifest-app.xml
+++ b/AndroidManifest-app.xml
@@ -17,22 +17,18 @@
*/
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- package="com.android.intentresolver"
- android:versionCode="0"
- android:versionName="2021-11"
- coreApp="true">
+ package="com.android.intentresolver"
+ android:versionCode="0"
+ android:versionName="2021-11"
+ coreApp="true">
<application
- android:name=".IntentResolverApplication"
android:hardwareAccelerated="true"
android:label="@string/app_label"
android:directBootAware="true"
android:forceQueryable="true"
android:requiredForAllUsers="true"
- android:supportsRtl="true"
- tools:replace="android:appComponentFactory"
- android:appComponentFactory=".dagger.InjectedAppComponentFactory">
+ android:supportsRtl="true">
<!-- This alias needs to be maintained until there are no more devices that could be
upgrading from T QPR3. (b/283722356) -->