From d71854e9302f6cf1501245f9c4d577ada771db91 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Fri, 27 Dec 2024 15:44:19 +0000 Subject: Allow text toggle for shares from sysui. Criteria will need to be refined in a follow-up CL, but getting the parts in place behind a flag here. Preview UI change is minimal. Test has some duplicated boilerplate but choosing not to refactor that because the UI itself is a better refactor candidate but outside the scope of this CL. Bug: 242791070 Test: atest ChooserRequestTest Test: atest FilesPlusTExtContentPreviewUiTest Test: manual end-to-end test with feature flag on. Flag: com.android.systemui.shared.screenshot_context_url Change-Id: I6eaca454a88e8b8c8a196d825c7ac3daee437109 --- Android.bp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 3102f8fa..9dccb9f1 100644 --- a/Android.bp +++ b/Android.bp @@ -53,6 +53,7 @@ android_library { "androidx.lifecycle_lifecycle-runtime-ktx", "androidx.lifecycle_lifecycle-viewmodel-ktx", "dagger2", + "//frameworks/libs/systemui:com_android_systemui_shared_flags_lib", "hilt_android", "IntentResolverFlagsLib", "iconloader", @@ -78,8 +79,8 @@ android_library { "-Adagger.strictMultibindingValidation=enabled", ], aidl: { - local_include_dirs: [ "java/aidl" ], - } + local_include_dirs: ["java/aidl"], + }, } java_defaults { -- cgit v1.2.3-59-g8ed1b