The Normal permissions do not directly affect the user’s privacy. If application lists a normal permission in its manifest, then these permissions will be automatically granted by the system upon installation. Some of the most common normal permissions are given below.
Check and change data connection: Include network state, Wi-Fi State, Bluetooth, Internet, etc.
As of API level 23, the following permissions are classified as PROTECTION_NORMAL:
and
Dangerous permissions :
Android 6.0 multiple request permissions More info
Source https://developer.android.com/guide/topics/permissions/requesting.html#normal-dangerous
The Normal permissions do not directly affect the user’s privacy. If application lists a normal permission in its manifest, then these permissions will be automatically granted by the system upon installation. Some of the most common normal permissions are given below.
Check and change data connection: Include network state, Wi-Fi State, Bluetooth, Internet, etc.
Example:
Source: https://vmokshagroup.com/blog/android-runtime-permissions/