General (Read-only)
Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
|
|
---|---|
thubalek ![]() |
I hava multiple reports from users of LG phones that android.ui.settings crashes when I execute this code:
NotificationManager mNotificationManager = (NotificationManager) getActivity().getSystemService(Context.NOTIFICATION_SERVICE); It is bug in implementatin of Android on some LG phones. Where to report it?
Posted on 10-Feb-2017
|
changbae ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
I have one question.
Posted on 16-Feb-2017
|
thubalek ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
It regards only devices with Android 6 (SDK 23) and newer. It looks like there is a bug in your implementation of Android settings. I don't own LG phone but users reported that it crashes in process com.android.settings
Posted on 16-Feb-2017
|
changbae ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
for ASAP, we need "real" device serial number.
Posted on 17-Feb-2017
|
thubalek ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
LG Nexus 5x is LG only by hardware. It has pure Android where it works well.
Posted on 17-Feb-2017
|
thubalek ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
Here is more info about LG G4 where the bug is presented:
Posted on 17-Feb-2017
|
Yoav_S ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
Possible workaround:
Posted on 8-Mar-2017
|
thubalek ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
Thanks for tip. I see major concern regarding privacy. If I'll ask for this permission people may be worried that my app is spying their notifications (that may contain very sensitive info).
Posted on 8-Mar-2017
|
nickdev ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS
I agree with Thubalek, my users will be concerned with privacy. So at this point, I am going to check to see if the manufacturer is LG, and then not prompt for this permission, and limit our app's functionality for LG users.
Posted on 28-Dec-2017
|
flames ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGSI have the same problem. Is there any solution to this bug?? Because I have to limit this functionality for LG users.
Posted on 22-Mar-2018
|
flames ![]() |
Re:Bug in implementation of ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGSI attach the error log
Posted on 22-Mar-2018
|