Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 715f1cca authored by Matt Casey's avatar Matt Casey
Browse files

Add preferred image editor config.

This one is invoked first and the legacy one is a fallback.

See topic for more details.

Bug: 391401141
Flag: EXEMPT resource-only
Test: No code change
Change-Id: I4ddea06b219fd38c3008c8681a1348b22b498f1b
parent 8867b014
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6463,6 +6463,10 @@
    <bool name="config_enableBackSound">false</bool>

    <!-- Chooser image editing activity.  Must handle ACTION_EDIT image/png intents.
         This name is in the ComponentName flattened format (package/class) [DO NOT TRANSLATE]  -->
    <string name="config_preferredSystemImageEditor" translatable="false"></string>
    <!-- Chooser fallback image editing activity, used if the preferred one is disabled.
         Must handle ACTION_EDIT image/png intents.
         If omitted, image editing will not be offered via Chooser.
         This name is in the ComponentName flattened format (package/class) [DO NOT TRANSLATE]  -->
    <string name="config_systemImageEditor" translatable="false"></string>
+1 −0
Original line number Diff line number Diff line
@@ -2235,6 +2235,7 @@
  <java-symbol type="string" name="car_mode_disable_notification_message" />
  <java-symbol type="string" name="car_mode_disable_notification_title" />
  <java-symbol type="string" name="chooser_wallpaper" />
  <java-symbol type="string" name="config_preferredSystemImageEditor" />
  <java-symbol type="string" name="config_systemImageEditor" />
  <java-symbol type="string" name="config_datause_iface" />
  <java-symbol type="string" name="config_activityRecognitionHardwarePackageName" />