Skip to content

Commit 0755423

Browse files
committed
Fix crash when sending export file to 3rd party applications
1 parent 5f2a141 commit 0755423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/gnucash/android/app/GnuCashApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class GnuCashApplication extends MultiDexApplication {
7272
/**
7373
* Authority (domain) for the file provider. Also used in the app manifest
7474
*/
75-
public static final String FILE_PROVIDER_AUTHORITY = "org.gnucash.android.fileprovider";
75+
public static final String FILE_PROVIDER_AUTHORITY = BuildConfig.APPLICATION_ID + ".fileprovider";
7676

7777
/**
7878
* Lifetime of passcode session

0 commit comments

Comments
 (0)