http://www.aiuxian.com/article/p-2669370.html
Category | This Permission... | Implies This Feature Requirement |
---|---|---|
Bluetooth | BLUETOOTH | android.hardware.bluetooth |
BLUETOOTH_ADMIN | android.hardware.bluetooth | |
Camera | CAMERA | android.hardware.camera and android.hardware.camera.autofocus |
Location | ACCESS_MOCK_LOCATION | android.hardware.location |
ACCESS_LOCATION_EXTRA_COMMANDS | android.hardware.location | |
INSTALL_LOCATION_PROVIDER | android.hardware.location | |
ACCESS_COARSE_LOCATION | android.hardware.location.network and android.hardware.location | |
ACCESS_FINE_LOCATION | android.hardware.location.gps and android.hardware.location | |
Microphone | RECORD_AUDIO | android.hardware.microphone |
Telephony | CALL_PHONE | android.hardware.telephony |
CALL_PRIVILEGED | android.hardware.telephony | |
MODIFY_PHONE_STATE | android.hardware.telephony | |
PROCESS_OUTGOING_CALLS | android.hardware.telephony | |
READ_SMS | android.hardware.telephony | |
RECEIVE_SMS | android.hardware.telephony | |
RECEIVE_MMS | android.hardware.telephony | |
RECEIVE_WAP_PUSH | android.hardware.telephony | |
SEND_SMS | android.hardware.telephony | |
WRITE_APN_SETTINGS | android.hardware.telephony | |
WRITE_SMS | android.hardware.telephony | |
Wifi | ACCESS_WIFI_STATE | android.hardware.wifi |
CHANGE_WIFI_STATE | android.hardware.wifi | |
CHANGE_WIFI_MULTICAST_STATE | android.hardware.wifi |
- android.hardware.touchscreen
- applications require the android.hardware.touchscreen feature by default
- <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
- <uses-feature android:name="string" android:required="false" />