Skip to content

Instantly share code, notes, and snippets.

@illuzor
Last active September 28, 2018 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illuzor/d9c53a25dd05fd03a14eb5f803572fc5 to your computer and use it in GitHub Desktop.
Save illuzor/d9c53a25dd05fd03a14eb5f803572fc5 to your computer and use it in GitHub Desktop.
private val SHARING_REQUEST_CODE = 1
private val SETTING_REQUEST_CODE = 2
private val PROVIDER_AUTHORITY = "com.illuzor.lesson.wallpapers.SHARE_WALLPAPER"
private val imageFileUri by lazy { FileProvider.getUriForFile(activity!!, PROVIDER_AUTHORITY, imageFile) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment