[Satellite] added Demo mode esos questionnaire button
Test: manual
Bug: b/359897259
Flag: EXEMPT test only
Change-Id: Ief417d7ba5990920732b87f9affe345870a724b1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b6171fc..d7ad451 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -181,6 +181,8 @@
<!-- Needed because the DISPLAY_EMERGENCY_MESSAGE ConnectionEvent contains a PendingIntent to activate the satellite feature. -->
<uses-permission android:name="com.google.android.apps.stargate.permission.SEND_EMERGENCY_INTENTS"/>
+ <!-- Needed to start demo session -->
+ <uses-permission android:name="com.google.android.apps.stargate.permission.SEND_NON_EMERGENCY_INTENTS"/>
<application android:name="PhoneApp"
android:persistent="true"