Skip to content

Commit

Permalink
Merge pull request #1 from anasanasanas/master
Browse files Browse the repository at this point in the history
Call requires API level 8 (current min is 7): android.app.SearchManager#getSearchableInfo
  • Loading branch information
axxapy committed May 13, 2015
2 parents 9b3b62c + 4f36f18 commit bcddcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:versionName="1.0">

<uses-sdk
android:minSdkVersion="7"
android:minSdkVersion="8"
android:targetSdkVersion="21" />

<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
Expand Down

0 comments on commit bcddcce

Please sign in to comment.