Skip to content

Commit

Permalink
all ABS projects set targetSdkVersion to 14 to eliminate dup menu aff…
Browse files Browse the repository at this point in the history
…ordances
  • Loading branch information
commonsguy committed Dec 26, 2012
1 parent c94efb0 commit c5e2fb9
Show file tree
Hide file tree
Showing 32 changed files with 45 additions and 41 deletions.
2 changes: 1 addition & 1 deletion ActionBar/ActionBarDemo/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion ActionBar/ListNav/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion ActionBar/TabFragmentDemo/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion ActionMode/Manual/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:anyDensity="true"
Expand Down
5 changes: 3 additions & 2 deletions Camera/Picture/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="false"
Expand All @@ -24,7 +24,8 @@

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:theme="@style/Theme.Sherlock">
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock">
<activity
android:name=".PictureDemo"
android:configChanges="keyboardHidden|orientation"
Expand Down
6 changes: 3 additions & 3 deletions ConfigChange/Fragments/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="5"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:anyDensity="true"
Expand All @@ -16,8 +16,8 @@

<application
android:icon="@drawable/ic_launcher"
android:theme="@style/Theme.Sherlock"
android:label="@string/app_name">
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock">
<activity
android:name=".RotationFragmentDemo"
android:label="@string/app_name">
Expand Down
2 changes: 1 addition & 1 deletion Database/Constants/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion Drawable/ScaleClip/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion Files/ReadWrite/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion Focus/Sampler/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion Fragments/ActionBar/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion Fragments/Dynamic/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion Fragments/Static/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion GridLayout/Sampler/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion Intents/OnBattery/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="false"
Expand Down
2 changes: 1 addition & 1 deletion Internet/Download/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
7 changes: 5 additions & 2 deletions Internet/Weather/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
<uses-feature android:name="android.hardware.location.gps" android:required="true"/>
android:targetSdkVersion="14"/>

<uses-feature
android:name="android.hardware.location.gps"
android:required="true"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
6 changes: 3 additions & 3 deletions LargeScreen/EU4You/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:theme="@style/Theme.Sherlock"
android:label="@string/app_name">
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock">
<activity
android:name=".EU4You"
android:label="@string/app_name">
Expand Down
4 changes: 2 additions & 2 deletions Maps/NooYawkFragments/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"/>

<uses-permission android:name="android.permission.INTERNET"/>

<application
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion Notifications/DownloadNotify/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
2 changes: 1 addition & 1 deletion Prefs/FragmentsBC/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:anyDensity="true"
Expand Down
2 changes: 1 addition & 1 deletion Prefs/SingleHeader/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:anyDensity="true"
Expand Down
2 changes: 1 addition & 1 deletion Prefs/SingleHeader2/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:anyDensity="true"
Expand Down
2 changes: 1 addition & 1 deletion Progress/ActionBar/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion Sensor/List/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion Service/Downloader/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
2 changes: 1 addition & 1 deletion Service/FakePlayer/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion Testing/JUnit/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
Expand Down
6 changes: 3 additions & 3 deletions Threads/AsyncTask/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
android:smallScreens="true"/>

<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="11"/>
android:minSdkVersion="5"
android:targetSdkVersion="14"/>

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock">
android:theme="@style/Theme.Sherlock">
<activity
android:name=".AsyncDemo"
android:label="@string/app_name">
Expand Down
2 changes: 1 addition & 1 deletion ViewPager/Fragments/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion ViewPager/Indicator/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion ViewPager/TabPager/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="11"/>
android:targetSdkVersion="14"/>

<supports-screens
android:largeScreens="true"
Expand Down

0 comments on commit c5e2fb9

Please sign in to comment.