OSDN Git Service

am 25c52b70: am 340c5c42: Separate the Settings activity name into two different...
authorEric Fischer <enf@google.com>
Fri, 1 Oct 2010 19:06:18 +0000 (12:06 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Fri, 1 Oct 2010 19:06:18 +0000 (12:06 -0700)
Merge commit '25c52b70faceb24cade0f5480c372de3f47bdf79'

* commit '25c52b70faceb24cade0f5480c372de3f47bdf79':
  Separate the Settings activity name into two different strings.

1  2 
AndroidManifest.xml
res/values/strings.xml

  
          <!-- Settings -->
  
-         <activity android:name="Settings" android:label="@string/settings_label"
+         <activity android:name="Settings"
+                 android:label="@string/settings_label_launcher"
                  android:taskAffinity="com.android.settings"
 -                android:clearTaskOnLaunch="true"
 +                android:theme="@android:style/Theme.Holo"
                  android:launchMode="singleTop">
              <intent-filter>
                  <action android:name="android.intent.action.MAIN" />
Simple merge