OSDN Git Service

Add runtime_native namespace for properties
authorMathieu Chartier <mathieuc@google.com>
Sat, 26 Jan 2019 00:08:21 +0000 (16:08 -0800)
committerMathieu Chartier <mathieuc@google.com>
Wed, 30 Jan 2019 00:15:59 +0000 (00:15 +0000)
commit7f11eb9057447cfa36c951355a99f87eeb0cf1b0
treec824ec7f58fdc96341695e8d3de26b05546efe07
parent45fd11ca0ea32100d7d578ce2cbda44ad876a381
Add runtime_native namespace for properties

Create a namespace for runtime native properties, java language
properties will be added in a later CL.

Bug: 111397239
Bug: 120794191
Bug: 123524494

Test: adb shell device_config put runtime_native gctype CC,preverify
Test: verify the property is set correctly
Exempt-From-Owner-Approval: Previously approved

Change-Id: I84ec84f0befdbf778b9cef43991b63fbab3b0943
api/system-current.txt
core/java/android/provider/DeviceConfig.java
services/core/java/com/android/server/am/SettingsToPropertiesMapper.java