Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4727bc3 authored by Ling Ma's avatar Ling Ma
Browse files

Add manual connect notification

Add a notification to notify user to use satellite.

Fix: 350397109
Test: manual produce and cancel the notification
Test: basic voice call + data browsing
Test: unit test
Flag: com.android.internal.telephony.flags.carrier_roaming_nb_iot_ntn

Change-Id: I6ff3eed48e207a8110a65a31f12f600803570ad6
parent bbeef50d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -6496,10 +6496,14 @@ ul.</string>
    <string name="screen_not_shared_sensitive_content">App content hidden from screen share for security</string>

    <!-- Satellite related messages -->
    <!-- Notification title when satellite service is connected. -->
    <!-- Notification title when satellite service is auto connected. -->
    <string name="satellite_notification_title">Auto connected to satellite</string>
    <!-- Notification summary when satellite service is connected. [CHAR LIMIT=NONE] -->
    <!-- Notification summary when satellite service is auto connected. [CHAR LIMIT=NONE] -->
    <string name="satellite_notification_summary">You can send and receive messages without a mobile or Wi-Fi network</string>
    <!-- Notification title when satellite service can be manually enabled. -->
    <string name="satellite_notification_manual_title">Use satellite messaging?</string>
    <!-- Notification summary when satellite service can be manually enabled. [CHAR LIMIT=NONE] -->
    <string name="satellite_notification_manual_summary">Send and receive messages without a mobile or Wi-Fi network</string>
    <!-- Invoke "What to expect" dialog of messaging application -->
    <string name="satellite_notification_open_message">Open Messages</string>
    <!-- Invoke Satellite setting activity of Settings -->
+2 −0
Original line number Diff line number Diff line
@@ -5499,6 +5499,8 @@
  <!-- System notification for satellite service -->
  <java-symbol type="string" name="satellite_notification_title" />
  <java-symbol type="string" name="satellite_notification_summary" />
  <java-symbol type="string" name="satellite_notification_manual_title" />
  <java-symbol type="string" name="satellite_notification_manual_summary" />
  <java-symbol type="string" name="satellite_notification_open_message" />
  <java-symbol type="string" name="satellite_notification_how_it_works" />
  <java-symbol type="drawable" name="ic_satellite_alt_24px" />