diff --git a/packages/CompanionDeviceManager/res/drawable/helper_ok_button.xml b/packages/CompanionDeviceManager/res/drawable/helper_back_button.xml
similarity index 100%
rename from packages/CompanionDeviceManager/res/drawable/helper_ok_button.xml
rename to packages/CompanionDeviceManager/res/drawable/helper_back_button.xml
diff --git a/packages/CompanionDeviceManager/res/drawable/ic_info.xml b/packages/CompanionDeviceManager/res/drawable/ic_info.xml
new file mode 100644
index 0000000000000..d9f6a2720ab69
--- /dev/null
+++ b/packages/CompanionDeviceManager/res/drawable/ic_info.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/CompanionDeviceManager/res/layout/helper_confirmation.xml b/packages/CompanionDeviceManager/res/layout/helper_confirmation.xml
index a22ca941c5eb0..a9ace44d49b8d 100644
--- a/packages/CompanionDeviceManager/res/layout/helper_confirmation.xml
+++ b/packages/CompanionDeviceManager/res/layout/helper_confirmation.xml
@@ -59,9 +59,9 @@
android:gravity="end">
+ android:id="@+id/btn_back"
+ style="@style/VendorHelperBackButton"
+ android:text="@string/consent_back" />
diff --git a/packages/CompanionDeviceManager/res/layout/vendor_header.xml b/packages/CompanionDeviceManager/res/layout/vendor_header.xml
index 5f6aa9419c6e0..c35f59e7e8a04 100644
--- a/packages/CompanionDeviceManager/res/layout/vendor_header.xml
+++ b/packages/CompanionDeviceManager/res/layout/vendor_header.xml
@@ -43,7 +43,7 @@
diff --git a/packages/CompanionDeviceManager/res/values/strings.xml b/packages/CompanionDeviceManager/res/values/strings.xml
index 67fc6c2dc864f..586a0223b460c 100644
--- a/packages/CompanionDeviceManager/res/values/strings.xml
+++ b/packages/CompanionDeviceManager/res/values/strings.xml
@@ -47,20 +47,11 @@
Allow <strong>%1$s</strong> to access this information from your phone
-
- Let <strong>%1$s</strong> to provide <strong>%2$s</strong> remote access to access to applications installed on this phone when connected.
-
-
- Let <strong>%1$s</strong> to provide <strong>%2$s</strong> remote access to access to applications installed on this tablet when connected.
-
-
- Let <strong>%1$s</strong> to provide <strong>%2$s</strong> remote access to access to applications installed on this device when connected.
-
Cross-device services
- This service is used to stream apps between your devices
+ %1$s is requesting permission on behalf of your %2$s to access your phone\u2019s photos, media, and notifications
@@ -94,10 +85,7 @@
Google Play services
- This service shares photos, media, and notifications form your phone to other devices
-
-
- This service shares photos, media, and notifications form your phone to other devices
+ %1$s is requesting permission on behalf of your %2$s to stream apps between your devices
@@ -115,8 +103,8 @@
Don\u2019t allow
-
- OK
+
+ Back
diff --git a/packages/CompanionDeviceManager/res/values/styles.xml b/packages/CompanionDeviceManager/res/values/styles.xml
index a55f30c9be6a0..faa303219cf09 100644
--- a/packages/CompanionDeviceManager/res/values/styles.xml
+++ b/packages/CompanionDeviceManager/res/values/styles.xml
@@ -57,13 +57,14 @@
?android:attr/textColorSecondary
-