Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
> android:uses-permission#android.permission.READ_PHONE_STATE
> IMPLIED from AndroidManifest.xml:2:1 reason: org.microg.nlp.api has a targetSdkVersion < 4
  • Loading branch information
mar-v-in committed Jan 30, 2015
1 parent beb5dbc commit f221f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.microg.nlp.api">

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

<application>
<meta-data
android:name="org.microg.nlp.API_VERSION"
Expand Down

0 comments on commit f221f34

Please sign in to comment.