am e1b0a27c: am 90d9ce81: am e4fd5043: am de797a2f: Merge "docs: fix minsdkversion for native activity sample" into ics-mr1

* commit 'e1b0a27c90f1366ab22d673cd0d18da057e6b0d1':
  docs: fix minsdkversion for native activity sample
This commit is contained in:
Scott Main
2012-02-09 12:22:51 -08:00
committed by Android Git Automerger

View File

@@ -6,7 +6,7 @@
android:versionName="1.0"> android:versionName="1.0">
<!-- This is the platform API where NativeActivity was introduced. --> <!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="8" /> <uses-sdk android:minSdkVersion="9" />
<!-- This .apk has no Java code itself, so set hasCode to false. --> <!-- This .apk has no Java code itself, so set hasCode to false. -->
<application android:label="@string/app_name" android:hasCode="false"> <application android:label="@string/app_name" android:hasCode="false">