Androidのコードネームをメモ
Platform Version/API Level/Codename
Android 1.0 1 ?
Android 1.1 2 ?
Android 1.5 3 カップケーキ(Cupcake)
Android 1.6 4 ドーナツ(Donut)
Android 2.1 7 エクレア(Eclair)
Android 2.2 8 フロヨ(Froyo)
Android ? ? ジンジャーブレッド(Gingerbread)
summary="@string/pref_summary"
order="2"
key="preftest">targetpackage="com.adua.test"
targetclass="com.adua.test.SampleActivity">
PreferenceScreen prefloc
= (PreferenceScreen)this.findPreference("preftest");
Intent intent = new Intent (main.this,SampleActivity.class);
prefloc.setIntent(intent);