frameworks-res 同样config 文件中<bool name="config_enableLockScreenTranslucentDecor">true</bool> //默认为flase 改为tru...
通过com.android.internal.R.string.xxxxx无法找到的情况将string中添加的内容在symbols.xml中添加进去<java-symbols type="string" name="xxxxx">这样编译就不会出现...
frameworks-res 同样config 文件中<bool name="config_enableLockScreenTranslucentDecor">true</bool> //默认为flase 改为tru...
通过com.android.internal.R.string.xxxxx无法找到的情况将string中添加的内容在symbols.xml中添加进去<java-symbols type="string" name="xxxxx">这样编译就不会出现...