System permission application and usage description

Android system permission application and usage

Name System permission Description Scene or Purpose
READ STORAGE READ_EXTERNAL_STORAGE Provides the function of reading data in the phone storage space Used to set the cover of the plant and set the personal avatar
WRITE STORAGE WRITE_EXTERNAL_STORAGE Provides write to external storage function Used to set the cover of the plant and set the personal avatar
CAMERA CAMERA Use to take photos and videos, complete scanning QR code Used to set the cover of the plant, set the personal avatar, scan the device SN
LOCATION ACCESS_FINE_LOCATION Acquire precise geographic location information through Global Positioning System (GPS) or network location information such as base stations and WLAN Used to set the plant location, device distribution network, device local mode
ACCESS_COARSE_LOCATION Obtain approximate geographic location information from network location information (such as base stations and WLAN)
BLUETOOTH BLUETOOTH Allow apps to connect to Bluetooth devices Used for device distribution network, device local mode
BLUETOOTH_ADMIN Allows apps to discover and connect to Bluetooth devices

iOS system permission application and usage

Name System permission Description Scene or Purpose
PHOTO NSPhotoLibraryUsageDescription Read the contents of the album Used to set the cover of the plant and set the personal avatar
CAMERA NSCameraUsageDescription Use the camera Used to set the cover of the plant, set the personal avatar, scan the device SN
LOCATION NSLocationWhenInUseUsageDescription Get geolocation only when the app is being used Used to set the plant location, device distribution network, device local mode
NSLocationAlwaysAndWhenInUseUsageDescription
NSLocationAlwaysUsageDescription
BLUETOOTH NSBluetoothAlwaysUsageDescription Allows apps to discover and connect to Bluetooth devices Used for device distribution network, device local mode
NSBluetoothPeripheralUsageDescription