Skip to content

Commit

Permalink
Bluetooth fix clearSignalStrengthUpdateRequest is unsupported issue
Browse files Browse the repository at this point in the history
Fix below issue in logcat:
"clearSignalStrengthUpdateRequest is unsupported
without android.hardware.telephony.radio.access"

"getPreferredSmsSubscription is unsupported
without android.hardware.telephony.messaging"

"isDataEnabled is unsupported without
android.hardware.telephony.data"

Test:
open bluetooth, connect phone to ivi, all work

Tracked-On: OAM-129994
Signed-off-by: Ye, Zhao <zhao.ye@intel.com>
Signed-off-by: Zhao Ye <zhao.ye@intel.com>
  • Loading branch information
zhaoye1 authored and sysopenci committed Feb 12, 2025
1 parent 90ddc95 commit 4f4f88c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
<!-- This is the standard set of features for devices to support Telephony Subscription API. -->
<permissions>
<feature name="android.hardware.telephony.subscription" />
<feature name="android.hardware.telephony.radio.access" />
<feature name="android.hardware.telephony.messaging" />
<feature name="android.hardware.telephony.data" />
</permissions>

0 comments on commit 4f4f88c

Please sign in to comment.