Merge "Set correct targetSdkVersion for DevelopmentSettings" into jb-mr1-dev

This commit is contained in:
Dianne Hackborn
2012-11-05 16:50:14 -08:00
committed by Android (Google) Code Review

View File

@@ -18,6 +18,8 @@
package="com.android.development_settings"
android:versionCode="1" android:versionName="1.0">
<uses-sdk android:minSdkVersion="14" />
<application android:hasCode="false" android:label="@string/app_label"
android:icon="@mipmap/ic_launcher_devsettings">
<activity android:name="android.app.AliasActivity"