10 2013 档案
摘要:PreferenceManager和editor的使用mSettings = PreferenceManager.getDefaultSharedPreferences(this); /* Check if it's the first run */ mFirstRun = mSettings.getInt(PREF_FIRST_RUN, -1) != mVersionNumber; if (mFirstRun) { Editor editor = mSettings.edit(); editor.putInt(PREF_...
阅读全文
摘要:首先贴一下google官方对intent-filter的解释http://developer.android.com/guide/components/intents-filters.html一个intent-filter至少包含3个要素1)ACTION2)CATEGORY3)DATAACTION表示这个intent的动作,比如打电话,打开一个连接,打开一个图片,发短信,等等。也可以是一项服务ACTION_CALLactivityInitiate a phone call.ACTION_EDITactivityDisplay data for the user to edit.ACTION_M
阅读全文
摘要:刷机分卡刷和线刷就不说了。。首先如果你手机没刷recovery是没法卡刷的,所以第一步骤要先刷recovery①root:刷入cwm recovery 6.0.1.1:HighOnAndroidCWMRecoveryGTN8000.tar下载链接:http://bbs.gfan.com/forum.php?mod=viewthread&tid=5819439&extra=page%3D1%26filter%3Dtypeid%26typeid%3D7462%26typeid%3D7462里面基本有详细的说明,需要说的是刷入recovery是线刷,也就是用USB线,三星的用odin
阅读全文
浙公网安备 33010602011771号