Files
app_Settings/aconfig/settings_communal_flag_declarations.aconfig
Justin Yun 781bc54245 aconfig flags for Settings are in the system_ext container
As aconfig_settings_flags is declared in the system_ext container,
flags must have the same container with the declaration.

Bug: 385213580
Test: "adb shell aflags list" must not be changed.
Flag: EXEMPT refactor
Change-Id: I0f0f37f1570066905cbab887dd0f77db05c64ba8
2025-02-03 14:32:14 +09:00

10 lines
250 B
Plaintext

package: "com.android.settings.flags"
container: "system_ext"
flag {
name: "enable_hub_mode_settings_on_mobile"
namespace: "systemui"
description: "This flag controls whether hub mode settings should be enabled on mobile"
bug: "389782624"
}