摘要: // 判读是否已经存在快捷方式 public boolean isExistShortCut() { boolean isInstallShortcut = false; final ContentResolver cr = MainActivity.this.getContentResolver(); // 本人的2.2系统是”com.android.launcher2.settings”,网上见其他的为"com.android.launcher.settings" final String AUTHORITY = "co... 阅读全文
posted @ 2012-05-30 16:36 未来是个梦 阅读(877) 评论(1) 推荐(0)