0% found this document useful (0 votes)
54 views2 pages

Yozo Log

An application is unable to start an activity due to a security exception where the application with UID 10185 does not have permission to access a content URI from another application. The exception occurs when trying to grant URI permission during the activity launch. Further exceptions are thrown when trying to access the content through the context and activity.

Uploaded by

abwabul Choir
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)
54 views2 pages

Yozo Log

An application is unable to start an activity due to a security exception where the application with UID 10185 does not have permission to access a content URI from another application. The exception occurs when trying to grant URI permission during the activity launch. Further exceptions are thrown when trying to access the content through the context and activity.

Uploaded by

abwabul Choir
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/ 2

Exception:2022.02.

07 08:03:34
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.yozo.vivo.office/com.yozo.office.AppFrameActivity}:
java.lang.SecurityException: UID 10185 does not have permission to
content://com.gbwhatsapp.provider.media/item/5748eaac-5165-4795-abb8-b292696b1e73
[user 0]
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3555)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3699)
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:2267)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:230)
at android.app.ActivityThread.main(ActivityThread.java:7875)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)
Caused by: java.lang.SecurityException: UID 10185 does not have permission to
content://com.gbwhatsapp.provider.media/item/5748eaac-5165-4795-abb8-b292696b1e73
[user 0]
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.grantUriPermission(IActivityManager.java:70
05)
at android.app.ContextImpl.grantUriPermission(ContextImpl.java:1995)
at android.content.ContextWrapper.grantUriPermission(ContextWrapper.java:805)
at com.yozo.office.AppFrameActivity.Y(Unknown Source:129)
at com.yozo.office.AppFrameActivity.e0(Unknown Source:320)
at com.yozo.office.AppFrameActivity.V(Unknown Source:117)
at com.yozo.office.AppFrameActivity.onCreate(Unknown Source:61)
at android.app.Activity.performCreate(Activity.java:7887)
at android.app.Activity.performCreate(Activity.java:7876)
at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1353)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3530)
... 11 more
Caused by: android.os.RemoteException: Remote stack trace:
at
com.android.server.uri.UriGrantsManagerService.checkGrantUriPermission(UriGrantsMan
agerService.java:1272)
at
com.android.server.uri.UriGrantsManagerService.grantUriPermission(UriGrantsManagerS
ervice.java:811)
at
com.android.server.uri.UriGrantsManagerService$LocalService.grantUriPermission(UriG
rantsManagerService.java:1426)
at
com.android.server.am.ActivityManagerService.grantUriPermission(ActivityManagerServ
ice.java:6861)
at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:3092)

You might also like