Allow dynamic injecting preference into specific preferenceCategory

Bug: 333547416
Test: robotest
Change-Id: I443ec8c16afc6db334a6f16d857f69f293803979
This commit is contained in:
Edgar Wang
2024-04-09 18:03:15 +00:00
parent a0ad1b6f11
commit 9ff8ddeed1
2 changed files with 29 additions and 7 deletions

View File

@@ -28,3 +28,10 @@ flag {
description: "Feature flag to enable new settings homepage UX."
bug: "321612737"
}
flag {
name: "dynamic_injection_category"
namespace: "android_settings"
description: "Feature flag to enable injection into PreferenceCategory."
bug: "333547416"
}