| 
				
			 | 
			
			
				@@ -266,8 +266,10 @@ You can find more information about this issue in #46. 
			 | 
		
	
		
			
			| 
				266
			 | 
			
				266
			 | 
			
			
				   file before they can be requested. Otherwise `request()` will immediately 
			 | 
		
	
		
			
			| 
				267
			 | 
			
				267
			 | 
			
			
				   return `denied`. 
			 | 
		
	
		
			
			| 
				268
			 | 
			
				268
			 | 
			
			
				 - You can request write access to any of these types by also including the 
			 | 
		
	
		
			
			| 
				269
			 | 
			
				
			 | 
			
			
				-  appropriate write permission in the `AndroidManifest.xml` file. Read more 
			 | 
		
	
		
			
			| 
				270
			 | 
			
				
			 | 
			
			
				-  [here](https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous). 
			 | 
		
	
		
			
			| 
				
			 | 
			
				269
			 | 
			
			
				+  appropriate write permission in the `AndroidManifest.xml` file. 
			 | 
		
	
		
			
			| 
				
			 | 
			
				270
			 | 
			
			
				+  [here](https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous). _e.g._ `<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>` 
			 | 
		
	
		
			
			| 
				
			 | 
			
				271
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				272
			 | 
			
			
				+  Read more [here](https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous). 
			 | 
		
	
		
			
			| 
				271
			 | 
			
				273
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				272
			 | 
			
				274
			 | 
			
			
				 - The optional rationale argument will show a dialog prompt. 
			 | 
		
	
		
			
			| 
				273
			 | 
			
				275
			 | 
			
			
				  
			 |