Merge "docs: fix minsdkversion for native activity sample" into ics-mr1

This commit is contained in:
Scott Main
2012-02-09 12:15:07 -08:00
committed by Android (Google) Code Review

View File

@@ -6,7 +6,7 @@
android:versionName="1.0">
<!-- 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. -->
<application android:label="@string/app_name" android:hasCode="false">