am 1cb87dac: am 4f410fb5: Update to follow API.

Merge commit '1cb87dac3363386295e1483053563aff2e1ac989'

* commit '1cb87dac3363386295e1483053563aff2e1ac989':
  Update to follow API.
This commit is contained in:
Dianne Hackborn
2010-08-27 08:29:04 -07:00
committed by Android Git Automerger

View File

@@ -21,7 +21,7 @@
to come from a domain that you own or have control over. --> to come from a domain that you own or have control over. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.heavyweight"> 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"> <activity android:name="HeavyWeight">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN"/>