summaryrefslogtreecommitdiff
path: root/AndroidManifest-app.xml
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2023-08-28 15:12:19 -0400
committer Mark Renouf <mrenouf@google.com> 2023-08-30 16:37:55 -0400
commitb45704b2e6810a85fe594855a9e9a307b5fd43fe (patch)
tree011c436fba32523a0915c156d7fbd296cae66a47 /AndroidManifest-app.xml
parent08ce30f8ec4fb0dfbd3b544bbcb79d404c8d9bf2 (diff)
Revert "Creates application-level and activity-level dagger graphs"
This reverts commit 114b886b4aaf3341b4072f184c96cc71d4763f76. and dependent commit 35a34bcaf236597703208cf0472cb268b42abb1c. Change-Id: Ied8c43ed7c596624e045cb8e7b4e7f1c9ba66c58
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) -->