SimpleDeviceConfig: Add initial implementation

This is a simple app that provisions the DeviceConfig settings namespace
on boot with values defined in a resource overlay. It is meant to be
delegated as the device configurator in the framework config
(config_deviceConfiguratorPackageName) to make sure it receives the
correct permissions.

This can be useful for e.g. configuring proprietary Google services
without delegating GMS as the device configurator to prevent it from
overriding custom default settings, or minimizing changes to core
framework code by making changes in DeviceConfig instead as intended by
Google.
5 files changed
tree: 2504f22856b6a686e77b658461789e8be9043477
  1. res/
  2. src/
  3. Android.bp
  4. AndroidManifest.xml