summaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorMichael Ayoubi <mayoubi@google.com>2021-11-30 22:55:48 +0000
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-12-08 23:48:51 +0000
commitc8e6a6fa0b824d84b44667c02f57e92299506713 (patch)
tree9880e60381153dc7d5914bd34b9b6dc3edffb81f /rro_overlays
parentd8ce1583245702e42c1c9c93fa3a56a6bc39e234 (diff)
downloadgs101-c8e6a6fa0b824d84b44667c02f57e92299506713.tar.gz
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
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml b/rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml
index 814367fe..7016dd49 100644
--- a/rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml
+++ b/rro_overlays/EuiccSupportPixelOverlay/res/values/config.xml
@@ -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>