Screenshots: delete, default for edit intent.
Revive delete action in screenshot notification; add config option
to specify default component to handle edit.
Test: Manual with Markup app & empty option.
Change-Id: If0fd90bf8eeb5667c51f3d959d3f77b28c5a33ce
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index a444ff9..9ebf557 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -482,4 +482,10 @@
<!-- Smart replies in notifications: Maximum number of times SmartReplyView will try to find a
better (narrower) line-break for a double-line smart reply button. -->
<integer name="config_smart_replies_in_notifications_max_squeeze_remeasure_attempts">3</integer>
+
+ <!-- Screenshot editing default activity. Must handle ACTION_EDIT image/png intents.
+ Blank sends the user to the Chooser first.
+ This name is in the ComponentName flattened format (package/class) -->
+ <string name="config_screenshotEditor" translatable="false"></string>
+
</resources>