Allow connectivity namespace to enable native level access flags.

Add connectivity namespace to sDeviceScopes. Follow the
steps: go/android-native-flag-api-manual.


Bug: 179099277
Test: m -j
Test: manually verify connection to wifi after flash
Change-Id: I9be5624ffd0c7049a632d9055feba6e5059898de
This commit is contained in:
Xiao Ma
2021-02-02 10:20:16 +00:00
parent 8334a265ad
commit 353044270a

View File

@@ -81,6 +81,7 @@ public class SettingsToPropertiesMapper {
static final String[] sDeviceConfigScopes = new String[] {
DeviceConfig.NAMESPACE_ACTIVITY_MANAGER_NATIVE_BOOT,
DeviceConfig.NAMESPACE_CONFIGURATION,
DeviceConfig.NAMESPACE_CONNECTIVITY,
DeviceConfig.NAMESPACE_INPUT_NATIVE_BOOT,
DeviceConfig.NAMESPACE_INTELLIGENCE_CONTENT_SUGGESTIONS,
DeviceConfig.NAMESPACE_MEDIA_NATIVE,