Skip to content

Commit

Permalink
[Identity] update fileprovider name
Browse files Browse the repository at this point in the history
  • Loading branch information
ccen-stripe committed Aug 28, 2022
1 parent d8f7323 commit a939b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion identity/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:authorities="${applicationId}.StripeIdentityFileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal class DefaultIdentityIO @Inject constructor(private val context: Contex

override fun createUriForFile(file: File): Uri = FileProvider.getUriForFile(
context,
"${context.packageName}.fileprovider",
"${context.packageName}.StripeIdentityFileprovider",
file
)

Expand Down

0 comments on commit a939b1e

Please sign in to comment.