| READ STORAGE | 
							READ_EXTERNAL_STORAGE | 
							Provides the function of reading data in the phone storage space | 
							Used to set the personal avatar, scan the device SN | 
						
            
							| WRITE STORAGE | 
							WRITE_EXTERNAL_STORAGE | 
							Provides write to external storage function | 
							Used to set the personal avatar | 
						
            
							| CAMERA | 
							CAMERA | 
							Use to take photos and videos, complete scanning QR code | 
							Used to 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 home location, device distribution network | 
						
						
							| 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 | 
						
						
							| BLUETOOTH_ADMIN | 
							Allows apps to discover and connect to Bluetooth devices |