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:
Michael Ayoubi 2021-11-30 22:55:48 +00:00 committed by TreeHugger Robot
parent d8ce158324
commit c8e6a6fa0b

View file

@ -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>