0% found this document useful (0 votes)
6K views

Yozolog

An application is unable to start an activity due to a security exception when trying to open a file provider. The file provider is not exported from the correct UID. The application is trying to open the file provider from a different process than it is exported from, causing the security exception.

Uploaded by

Amanda Puspita
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6K views

Yozolog

An application is unable to start an activity due to a security exception when trying to open a file provider. The file provider is not exported from the correct UID. The application is trying to open the file provider from a different process than it is exported from, causing the security exception.

Uploaded by

Amanda Puspita
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Exception:2020.09.

18 04:55:41
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.yozo.vivo.office/com.yozo.office.AppFrameActivity}:
java.lang.SecurityException: Permission Denial: opening provider
android.support.v4.content.FileProvider from ProcessRecord{f85e74
23554:com.yozo.vivo.office/u0a249} (pid=23554, uid=10249) that is not exported from
UID 10138
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3509)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3648)
at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83
)
at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecu
tor.java:135)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2230)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:230)
at android.app.ActivityThread.main(ActivityThread.java:7752)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:508)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)
Caused by: java.lang.SecurityException: Permission Denial: opening provider
android.support.v4.content.FileProvider from ProcessRecord{f85e74
23554:com.yozo.vivo.office/u0a249} (pid=23554, uid=10249) that is not exported from
UID 10138
at android.os.Parcel.createException(Parcel.java:2085)
at android.os.Parcel.readException(Parcel.java:2053)
at android.os.Parcel.readException(Parcel.java:2001)
at
android.app.IActivityManager$Stub$Proxy.getContentProvider(IActivityManager.java:61
72)
at android.app.ActivityThread.acquireProvider(ActivityThread.java:6948)
at
android.app.ContextImpl$ApplicationContentResolver.acquireUnstableProvider(ContextI
mpl.java:2803)
at
android.content.ContentResolver.acquireUnstableProvider(ContentResolver.java:2210)
at android.content.ContentResolver.query(ContentResolver.java:986)
at android.content.ContentResolver.query(ContentResolver.java:926)
at android.content.ContentResolver.query(ContentResolver.java:882)
at com.yozo.d.a(Unknown Source:16)
at com.yozo.office.AppFrameActivity.a(Unknown Source:44)
at com.yozo.office.AppFrameActivity.k(Unknown Source:332)
at com.yozo.office.AppFrameActivity.j(Unknown Source:94)
at com.yozo.office.AppFrameActivity.onCreate(Unknown Source:62)
at android.app.Activity.performCreate(Activity.java:7868)
at android.app.Activity.performCreate(Activity.java:7857)
at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1353)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3484)
... 11 more

You might also like