Support dynamic injected preference icons from raw data

Flag: com.android.settings.flags.support_raw_dynamic_icons
Bug: 351884562
Test: Registered an injected preference in another app locally, providing icon dynamically using new metadata field
Change-Id: I80a5e6804b9beab343c0068753277948a3855865
This commit is contained in:
Chris Antol
2024-07-12 00:51:55 +00:00
parent dc5469cf24
commit 969fc9639b
2 changed files with 30 additions and 4 deletions

View File

@@ -42,3 +42,10 @@ flag {
description: "Feature flag to remove relevant slices dependencies."
bug: "297367302"
}
flag {
name: "support_raw_dynamic_icons"
namespace: "android_settings"
description: "Flag to gate support of injected preference icons containing raw data"
bug: "351884562"
}