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

Commit ca39856f authored by lucaslin's avatar lucaslin
Browse files

Change the sender name of notification

Current sender name of connected notification may be not
meaningful to the user. Change the sender name from NetworkStack
to Connectivity Manager.

Bug: 150903640
Test: 1. Build pass.
      2. Flash the ROM and see if the sender name has changed.
Change-Id: Ica379240eace4a8e8f43fe6053825f544c29bcc6
parent 93de88bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
          android:versionCode="11"
          android:versionName="Q-initial">
    <application
        android:label="NetworkStack"
        android:label="@string/application_label"
        android:defaultToDeviceProtectedStorage="true"
        android:directBootAware="true"
        android:usesCleartextTraffic="true">
+4 −1
Original line number Diff line number Diff line
@@ -47,4 +47,7 @@
         information page, so that the user can access that page. This is the message of
         the notification. [CHAR LIMIT=50] -->
    <string name="tap_for_info">Tap for venue information</string>

    <!-- The label of application. It's also a sender name of notification. [CHAR LIMIT=50]-->
    <string name="application_label">Connectivity Manager</string>
</resources>