瀏覽代碼
				
				Use AndroidX FileProvider
				
			 
			
				
					
						
							
							Mike Diarmid
						
						6 年之前
					 
					
				 
			 
			
				
					
					  
					  No account linked to committer's email address
					
				
			
		
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			| 
				
			 | 
			
			
				@@ -1,6 +1,6 @@ 
			 | 
		
	
		
			
			| 
				1
			 | 
			
				1
			 | 
			
			
				 package com.reactnativecommunity.webview; 
			 | 
		
	
		
			
			| 
				2
			 | 
			
				2
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				3
			 | 
			
				
			 | 
			
			
				-import android.support.v4.content.FileProvider; 
			 | 
		
	
		
			
			| 
				
			 | 
			
				3
			 | 
			
			
				+import androidx.core.content.FileProvider; 
			 | 
		
	
		
			
			| 
				4
			 | 
			
				4
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				5
			 | 
			
				5
			 | 
			
			
				 /** 
			 | 
		
	
		
			
			| 
				6
			 | 
			
				6
			 | 
			
			
				  * Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions. 
			 |