Skip to content

Commit

Permalink
Fix ted permission error in SDK 26
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflake-1117 committed Jan 15, 2018
1 parent d5795c2 commit 267c1c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.jiun.sookpam">

<uses-permission android:name="android.permission.READ_SMS" />
Expand All @@ -18,5 +19,11 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.gun0912.tedpermission.TedPermissionActivity"
android:configChanges="mcc|mnc|locale|keyboard|keyboardHidden|screenLayout|fontScale|uiMode|orientation|screenSize|layoutDirection"
android:screenOrientation="unspecified"
android:theme="@style/Theme.Transparent.Permission"
tools:replace="android:screenOrientation" />
</application>
</manifest>

0 comments on commit 267c1c4

Please sign in to comment.