Fix typo in SE_STATE_REQUEST intent action
Fix typo in SE_STATE_REQUEST intent action to match other com.qorvo.uwb actions and permissions. Bug: b/208435525 Test: Flash and verify on R4. Change-Id: I818db033ee5f54df629a9abfaae2425028e351ee
This commit is contained in:
parent
d8ce158324
commit
c8e6a6fa0b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</string-array>
|
||||
<string-array name="config_state_request_intent_list">
|
||||
<item>intent:#Intent;action=com.google.android.gms.dck.action.SE_STATE_REQUEST;end</item>
|
||||
<item>intent:#Intent;action=com.qorvo.action.SE_STATE_REQUEST;end</item>
|
||||
<item>intent:#Intent;action=com.qorvo.uwb.action.SE_STATE_REQUEST;end</item>
|
||||
</string-array>
|
||||
<string-array name="config_state_request_permission_list">
|
||||
<item>com.google.android.gms.dck.permission.DIGITAL_KEY_PRIVILEGED</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue