
android
文章平均质量分 78
mSoberSugar
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android NetworkTime set
package/apps/Setting ./res/xml/date_time_prefs.xml android:title="@string/date_time_auto" android:summaryOn="@string/jide_date_time_auto_summaryOn" android:s原创 2016-11-10 12:49:02 · 299 阅读 · 0 评论 -
chooseBestActivity HOME
ActivityManagerServicestartHomeActivityLockedresolveActivityInfoPackageManagerServiceresolveIntentresolveIntentWithPackageprivate ResolveInfo chooseBestActivity(Intent intent, String resolvedTyp原创 2016-11-11 13:24:28 · 880 阅读 · 0 评论 -
setupwizard重新设置
adb push package-restrictions.xml /data/system/users/0/package-restrictions.xmlsettings put Secure user_setup_complete 0settings put Global device_provisioned 0原创 2017-01-03 19:16:52 · 1457 阅读 · 0 评论 -
android rotation
updateRotationUncheckedLockedint rotation = mPolicy.rotationForOrientationLw(mForcedAppOrientation, mRotation);mRotation = rotation;原创 2016-12-29 16:19:49 · 457 阅读 · 0 评论 -
adb devices链接不上的问题
~/.android/adb_usb.ini添加一行 0x1f3aadb kill-server原创 2016-12-20 15:34:53 · 286 阅读 · 0 评论