cm-14.1 Android系统定制(三):Setting相关的默认值、系统属性
声明 通常情况下,Android系统定制的一个重要环节是对系统性功能的裁剪、增加,最能体现系统功能的就是Setting应用中的设置项,系统功能的多少一般都会体现在Setting中。 另外就是系统的属性 1 Settings应用的默认值 在源码目录~/LineageOS/frameworks/base/packages/SettingsProvider/res/values/defaults.xml中: <?xml version="1.0" encoding="utf-8"?> <!-- /** * Copyright (c) 2009, The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing,