diff options
author | 2023-08-30 14:59:06 -0400 | |
---|---|---|
committer | 2023-09-11 12:57:40 -0400 | |
commit | 5591d163172fac7e7f5786ea28adde437a841e26 (patch) | |
tree | e7aed5cf7699ae8e7675082a6f06e989530c9e88 /AndroidManifest-app.xml | |
parent | cfc377b37c1e0164f830bbbe8933731a591e7ed7 (diff) |
Enable dependency injection using Hilt
This includes modifications to initialization of ChooserActivity
to avoid violating scoping and order of initialization.
Bug: 299610743
Test: atest IntentResolverUnitTests
Test: atest CtsSharesheetDeviceTest
Change-Id: I6570bda272eff44b3a64eab9df38049beb9c9fcc
Diffstat (limited to 'AndroidManifest-app.xml')
-rw-r--r-- | AndroidManifest-app.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest-app.xml b/AndroidManifest-app.xml index 826d8a5a..9efc7ab1 100644 --- a/AndroidManifest-app.xml +++ b/AndroidManifest-app.xml @@ -24,6 +24,7 @@ coreApp="true"> <application + android:name=".MainApplication" android:hardwareAccelerated="true" android:label="@string/app_label" android:directBootAware="true" |