A
Android Central Question
The problem occurs whenever I try to access Settings --> Apps --> Google Play Services.
My phone is a OnePlus One, with Android version 6.0.1 and Cyanogen OS version (from factory) 13.1.2-ZHN2KAS3P0-bacon.
At the same time, my phone cannot sync any Google-related accounts (from Gmail to YouTube to Drive, etc.) when it's on mobile network (the sync is fine when the phone's connected on WiFi). The YouTube app cannot function at all when it's on mobile network. I have reviewed all relevant settings (including but not limited to general and app-specific data permission, battery settings, etc.)
The below is the code:
java.lang.RuntimeException: Package manager has died
at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java:658)
at com.android.settingslib.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:823)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)
Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at android.content.pm.IPackageManager$Stub$Proxy.queryIntentActivities(IPackageManager.java:3090)
at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java:652)
... 4 more
My phone is a OnePlus One, with Android version 6.0.1 and Cyanogen OS version (from factory) 13.1.2-ZHN2KAS3P0-bacon.
At the same time, my phone cannot sync any Google-related accounts (from Gmail to YouTube to Drive, etc.) when it's on mobile network (the sync is fine when the phone's connected on WiFi). The YouTube app cannot function at all when it's on mobile network. I have reviewed all relevant settings (including but not limited to general and app-specific data permission, battery settings, etc.)
The below is the code:
java.lang.RuntimeException: Package manager has died
at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java:658)
at com.android.settingslib.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:823)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)
Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at android.content.pm.IPackageManager$Stub$Proxy.queryIntentActivities(IPackageManager.java:3090)
at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java:652)
... 4 more