ALEX5402 / NewBlackbox

a softwere to clone apps on android also support running apps without installing
MIT License
124 stars 152 forks source link

The authority cn.wps.moffice_eng.loader.p.main does not match the one of the contentProvider: com.vspace.proxy_content_provider_0 #6

Closed ghost closed 4 months ago

ghost commented 4 months ago

java.lang.SecurityException: The authority cn.wps.moffice_eng.loader.p.main does not match the one of the contentProvider: com.vspace.proxy_content_provider_0 at android.content.ContentProvider.validateIncomingAuthority(ContentProvider.java:2238) at android.content.ContentProvider.validateIncomingUri(ContentProvider.java:2253) at android.content.ContentProvider$Transport.query(ContentProvider.java:238) at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:104) at android.os.Binder.execTransactInternal(Binder.java:1028) at android.os.Binder.execTransact(Binder.java:1001)

ALEX5402 commented 4 months ago

java.lang.SecurityException: The authority cn.wps.moffice_eng.loader.p.main does not match the one of the contentProvider: com.vspace.proxy_content_provider_0 at android.content.ContentProvider.validateIncomingAuthority(ContentProvider.java:2238) at android.content.ContentProvider.validateIncomingUri(ContentProvider.java:2253) at android.content.ContentProvider$Transport.query(ContentProvider.java:238) at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:104) at android.os.Binder.execTransactInternal(Binder.java:1028) at android.os.Binder.execTransact(Binder.java:1001)

I am gonna rewriting this whole project into Kotlin, so please keep patience for now ,

Because most of the part of this source is written on java and as we all know continue Kotlin is way easier to manage and readable than java and way more type safe so don't think that i am not closing any issue that does't mean i am not working on that issue nope thats wrong just keep pushing things with proper info with how to recreate that issue again so that i can better understand and debug that and i will try my best to fix most of the problems in next build

ghost commented 4 months ago

谢谢!