android.permission.WRITE_SETTINGS cant use in manifest
问题 Can't use android.permission.WRITE_SETTINGS in android manifest. im trying to turn on airplane mode by programatticaly and I can't add this permission in manifest. <uses-permission android:name="android.permission.WRITE_SETTINGS" /> 回答1: The Android docs says: Note: If the app targets API level 23 or higher, the app user must explicitly grant this permission to the app through a permission management screen. The app requests the user's approval by sending an intent with action ACTION_MANAGE