Advertisement
Guest User

Untitled

a guest
May 8th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.40 KB | None | 0 0
  1.  
  2.  
  3.         <provider
  4.            android:name="android.support.v4.content.FileProvider"
  5.            android:authorities="${applicationId}.fileprovider"
  6.            android:exported="false"
  7.            android:grantUriPermissions="true">
  8.  
  9.             <meta-data
  10.                android:name="android.support.FILE_PROVIDER_PATHS"
  11.                android:resource="@xml/file_paths"/>
  12.  
  13.         </provider>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement