Automated import from //branches/donutburger/...@142826,142826

This commit is contained in:
Jim Miller
2009-03-25 18:18:35 -07:00
committed by The Android Open Source Project
parent 3e3330de79
commit 60af953bda
2 changed files with 11 additions and 0 deletions

View File

@@ -76,6 +76,13 @@
<intent android:action="android.settings.TEAM" />
</PreferenceScreen>
<!-- System Tutorial - launches activity -->
<PreferenceScreen android:key="system_tutorial"
android:title="@string/system_tutorial_list_item_title"
android:summary="@string/system_tutorial_list_item_summary">
<intent android:action="android.intent.action.SYSTEM_TUTORIAL" />
</PreferenceScreen>
<!-- Device hardware model -->
<Preference android:key="device_model"
style="?android:preferenceInformationStyle"