telecom-bluetooth DND bug
Bugs came in about Do Not Disturb being on but still interrupting users of incoming calls. Turns out, this was a result of BluetoothInCallService putting the headset into ring mode before Telecom informed the InCallService to not ring. Fix is to add a new EXTRA called EXTRA_IS_SUPPRESSED_BY_DO_NOT_DISTURB. The extra is intended for InCallServices that may interrupt the user of an incoming call. Bug: 208652088 Test: maual + unit tests, 3 DndCallFilter tests, 2 RingerTests, 1 CallTests Change-Id: If8abec19dfc90999b2fc2ef3e4f5584c55d6fc2a
Loading
Please register or sign in to comment