赞
踩
在12.0的系统rom定制化开发中,在第三方app开发中,需要开启无障碍服务功能,就不需要在代码中开启无障碍服务了,
为了简便就需要在系统中开启无障碍服务,来实现开启无障碍服务功能
-
- frameworks/base/core/java/android/provider/Settings.java
- frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/DatabaseHelper.java
- public final class Settings {
- /**
- * Indicates which clock face to show on lock screen and AOD while docked.
- * @hide
- */
- public static final String DOCKED_CLOCK_FACE = "docked_clock_face";
-
- /**
- * Set by the system to track if the user needs to see the call to action for
- * the lockscreen notification policy.
- * @hide
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。