瀏覽代碼
				
				Merge pull request #358 from figureaps/android-manifest-path
				
					
Fix path to AndroidManifest.xml
				
			 
			
				
					
						
							
							Mathieu Acthernoene
						
						6 年之前
					 
					
				 
			 
			
				
					
					  
					  No account linked to committer's email address
					
				
			
		
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			| 
				
			 | 
			
			
				@@ -105,7 +105,7 @@ Then update your `Info.plist` with wanted permissions usage descriptions: 
			 | 
		
	
		
			
			| 
				105
			 | 
			
				105
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				106
			 | 
			
				106
			 | 
			
			
				 ### Android 
			 | 
		
	
		
			
			| 
				107
			 | 
			
				107
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				108
			 | 
			
				
			 | 
			
			
				-Add all wanted permissions to your app `android/app/src/main/res/AndroidManifest.xml` file: 
			 | 
		
	
		
			
			| 
				
			 | 
			
				108
			 | 
			
			
				+Add all wanted permissions to your app `android/app/src/main/AndroidManifest.xml` file: 
			 | 
		
	
		
			
			| 
				109
			 | 
			
				109
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				110
			 | 
			
				110
			 | 
			
			
				 ```xml 
			 | 
		
	
		
			
			| 
				111
			 | 
			
				111
			 | 
			
			
				 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 
			 |