java.lang.SecurityException:试图在未经许可的情况下读取 gservices
2022-09-03 15:22:52
我最近从Google Play服务更改为Google Play服务,并且刚刚收到一条我不理解的新崩溃报告的通知:adMob 6.4.1
rev 15
java.lang.SecurityException: attempting to read gservices without permission: Neither user 10158 nor current process has com.google.android.providers.gsf.permission.READ_GSERVICES.
at android.os.Parcel.readException(Parcel.java:1425)
at android.os.Parcel.readException(Parcel.java:1379)
at xs.a(SourceFile:133)
at xo.a(SourceFile:133)
at xo.a(SourceFile:118)
at ud.d(SourceFile:88)
at ud.b(SourceFile:129)
at ua.a(SourceFile:239)
at ua.a(SourceFile:176)
at aas.a(SourceFile:118)
at abz.run(SourceFile:14)
at acb.run(SourceFile:30)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:856)
我做了一些研究,所有的结果要么已经过时,要么与Google+ / Google Maps有关,而我在应用程序中都没有使用这两个网站。
我从未在adMob的GPS开发人员指南中阅读过我需要添加权限的任何地方...READ GSERVICES
有人知道这是什么吗?