Hi.
I know this is not the right place to report bugs. But since the Feedback section in settings is missing in 2.5.1 (another bug, not as important as this one tho), I had to create a post here.
Making call through Contacts app, contacts section inside Phone app, Messages app is broken saying “You have disabled a required permission”. I confirm that all the permissions are given to all of these apps. It is a serious issue to be in a stable release.
I have captured the log while reproducing the issue, I think the issue is with com.android.dialer.LAUNCH_PRE_CALL permission. I have tried granting that permission using adb shell && pm grant com.google.android.dialer com.android.dialer.LAUNCH_PRE_CALL but it also fails to grant the permission.
12-18 02:28:43.681 2539 3317 I ActivityTaskManager: START u0 {act=com.android.dialer.LAUNCH_PRE_CALL dat=tel:xxx pkg=com.google.android.dialer cmp=com.google.android.dialer/com.android.dialer.precall.externalreceiver.LaunchPreCallActivity (has extras)} with LAUNCH_MULTIPLE from uid 10155 pid 9260 result code=-94
12-18 02:28:43.689 9260 9260 E QuickContactFragment: QuickContacts does not have permission to launch Intent { act=com.android.dialer.LAUNCH_PRE_CALL dat=tel:xxx pkg=com.google.android.dialer (has extras) }
Again, sorry about creating a post here instead of sending a feedback, I couldn’t do that. I can provide further information/logs if needed.