Merge "Whitelist -> Allowlist" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
954f15ac2f
@@ -450,7 +450,7 @@
|
|||||||
<integer name="watch_heap_limit">256000</integer>
|
<integer name="watch_heap_limit">256000</integer>
|
||||||
|
|
||||||
<!-- SystemUI Plugins that can be loaded on user builds. -->
|
<!-- SystemUI Plugins that can be loaded on user builds. -->
|
||||||
<string-array name="config_pluginWhitelist" translatable="false">
|
<string-array name="config_pluginAllowlist" translatable="false">
|
||||||
<item>com.android.systemui</item>
|
<item>com.android.systemui</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
@@ -829,7 +829,7 @@
|
|||||||
<string name="config_wallpaperPickerPackage" translatable="false">
|
<string name="config_wallpaperPickerPackage" translatable="false">
|
||||||
com.android.wallpaper
|
com.android.wallpaper
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!-- Whether the floating rotation button should be on the left/right in the device's natural
|
<!-- Whether the floating rotation button should be on the left/right in the device's natural
|
||||||
orientation -->
|
orientation -->
|
||||||
<bool name="floating_rotation_button_position_left">true</bool>
|
<bool name="floating_rotation_button_position_left">true</bool>
|
||||||
|
|||||||
@@ -121,6 +121,6 @@ public abstract class PluginsModule {
|
|||||||
@Provides
|
@Provides
|
||||||
@Named(PLUGIN_PRIVILEGED)
|
@Named(PLUGIN_PRIVILEGED)
|
||||||
static List<String> providesPrivilegedPlugins(Context context) {
|
static List<String> providesPrivilegedPlugins(Context context) {
|
||||||
return Arrays.asList(context.getResources().getStringArray(R.array.config_pluginWhitelist));
|
return Arrays.asList(context.getResources().getStringArray(R.array.config_pluginAllowlist));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user