OSDN Git Service

Update to follow API.
authorDianne Hackborn <hackbod@google.com>
Thu, 26 Aug 2010 21:38:20 +0000 (14:38 -0700)
committerDianne Hackborn <hackbod@google.com>
Thu, 26 Aug 2010 21:38:20 +0000 (14:38 -0700)
Change-Id: I9d6a1dc64cd4e55bf68994784c4a724aeafd7857

samples/HeavyWeight/AndroidManifest.xml

index c69befc..e3a5c49 100644 (file)
@@ -21,7 +21,7 @@
      to come from a domain that you own or have control over. -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.example.android.heavyweight">
-    <application android:label="Heavy Weight" android:heavyWeight="true">
+    <application android:label="Heavy Weight" android:cantSaveState="true">
         <activity android:name="HeavyWeight">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN"/>