OSDN Git Service

Automated import from //branches/cupcake/...@142825,142825
authorJim Miller <>
Thu, 26 Mar 2009 01:16:43 +0000 (18:16 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 26 Mar 2009 01:16:43 +0000 (18:16 -0700)
res/values/strings.xml
res/xml/device_info_settings.xml

index 67c095d..b126ec1 100644 (file)
     <!-- 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 -->
index 205e588..bb7c531 100644 (file)
             <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"