赞
踩
需求:当前的屏幕亮度是102,要求将默认屏幕改为一半51。
知道这个值是在SettingProvider里设置的,路径在
frameworks/base/packages/SettingsProvider/res/values/defaults.xml下的”def_screen_brightness"。
我们当然可以直接修改这个值,从102改为51,然后重新编译。
我们可以用跟product绑定的方法修改:
在根目录device/product目录下。也就是跟device.mk所在位置的同层目录下,新建
overlay/frameworks/base/packages/SettingsProvidr/res/values.并在这个目录下新建defaults.xml
在这个xml里面,加入内容:
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (c) 2010, 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
*
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。