Loading core/java/com/android/internal/config/sysui/SystemUiDeviceConfigFlags.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -514,9 +514,10 @@ public final class SystemUiDeviceConfigFlags { "is_nearby_share_first_target_in_ranked_app"; "is_nearby_share_first_target_in_ranked_app"; /** /** * (boolean) Whether to enable the new unbundled "delegate chooser" implementation. * (boolean) Whether to enable the new unbundled sharesheet * (com.android.intentresolver.ChooserActivity). */ */ public static final String USE_DELEGATE_CHOOSER = "use_delegate_chooser"; public static final String USE_UNBUNDLED_SHARESHEET = "use_unbundled_sharesheet"; /** /** * (string) Name of the default QR code scanner activity. On the eligible devices this activity * (string) Name of the default QR code scanner activity. On the eligible devices this activity Loading services/core/java/com/android/server/pm/IntentResolverInterceptor.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -81,7 +81,7 @@ public final class IntentResolverInterceptor { private void updateUseDelegateChooser() { private void updateUseDelegateChooser() { mUseDelegateChooser = DeviceConfig.getBoolean( mUseDelegateChooser = DeviceConfig.getBoolean( DeviceConfig.NAMESPACE_SYSTEMUI, DeviceConfig.NAMESPACE_SYSTEMUI, SystemUiDeviceConfigFlags.USE_DELEGATE_CHOOSER, SystemUiDeviceConfigFlags.USE_UNBUNDLED_SHARESHEET, false); false); } } Loading Loading
core/java/com/android/internal/config/sysui/SystemUiDeviceConfigFlags.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -514,9 +514,10 @@ public final class SystemUiDeviceConfigFlags { "is_nearby_share_first_target_in_ranked_app"; "is_nearby_share_first_target_in_ranked_app"; /** /** * (boolean) Whether to enable the new unbundled "delegate chooser" implementation. * (boolean) Whether to enable the new unbundled sharesheet * (com.android.intentresolver.ChooserActivity). */ */ public static final String USE_DELEGATE_CHOOSER = "use_delegate_chooser"; public static final String USE_UNBUNDLED_SHARESHEET = "use_unbundled_sharesheet"; /** /** * (string) Name of the default QR code scanner activity. On the eligible devices this activity * (string) Name of the default QR code scanner activity. On the eligible devices this activity Loading
services/core/java/com/android/server/pm/IntentResolverInterceptor.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -81,7 +81,7 @@ public final class IntentResolverInterceptor { private void updateUseDelegateChooser() { private void updateUseDelegateChooser() { mUseDelegateChooser = DeviceConfig.getBoolean( mUseDelegateChooser = DeviceConfig.getBoolean( DeviceConfig.NAMESPACE_SYSTEMUI, DeviceConfig.NAMESPACE_SYSTEMUI, SystemUiDeviceConfigFlags.USE_DELEGATE_CHOOSER, SystemUiDeviceConfigFlags.USE_UNBUNDLED_SHARESHEET, false); false); } } Loading