Update to follow API.

Change-Id: I9d6a1dc64cd4e55bf68994784c4a724aeafd7857
This commit is contained in:
Dianne Hackborn
2010-08-26 14:38:20 -07:00
parent 33462598d8
commit 4f410fb5bf

View 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"/>