AI 143278: Merge 142826: Add tutorial to platform. The tutorial can be launched with the new Intent ACTION_SYSTEM_TUTORIAL and

is available through Settings->About->System Tutorial

Automated import of CL 143278
This commit is contained in:
Ed Heyl
2009-03-27 16:52:45 -07:00
committed by The Android Open Source Project
parent dd8373b001
commit b5b40f86f4
2 changed files with 11 additions and 0 deletions

View File

@@ -1097,6 +1097,10 @@
<!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
<!-- About phone settings screen, setting option name to see terms and conditions -->
<string name="terms_title">Terms and conditions</string>
<!-- About phone settings screen, running the System Tutorial -->
<string name="system_tutorial_list_item_title">System Tutorial</string>
<!-- About phone settings screen, summary of what System Tutorial does -->
<string name="system_tutorial_list_item_summary">Learn how to use your phone</string>
<!-- Title for actual Settings license activity. --> <skip />
<!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->

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"