Merge "Add the new option for the device sleep time. This is only for the scripted monkey." into gingerbread
diff --git a/samples/HeavyWeight/AndroidManifest.xml b/samples/HeavyWeight/AndroidManifest.xml
index c69befc..e3a5c49 100644
--- a/samples/HeavyWeight/AndroidManifest.xml
+++ b/samples/HeavyWeight/AndroidManifest.xml
@@ -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"/>