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

Commit ca6b887d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Change the sender name of notification am: 97397fad am: 5d8d3a3f

Change-Id: If234a6aba72bceadb087b947c5f7b2fcc49ba1be
parents a9b19576 5d8d3a3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
          android:versionCode="11"
          android:versionCode="11"
          android:versionName="Q-initial">
          android:versionName="Q-initial">
    <application
    <application
        android:label="NetworkStack"
        android:label="@string/application_label"
        android:defaultToDeviceProtectedStorage="true"
        android:defaultToDeviceProtectedStorage="true"
        android:directBootAware="true"
        android:directBootAware="true"
        android:usesCleartextTraffic="true">
        android:usesCleartextTraffic="true">
+4 −1
Original line number Original line Diff line number Diff line
@@ -47,4 +47,7 @@
         information page, so that the user can access that page. This is the message of
         information page, so that the user can access that page. This is the message of
         the notification. [CHAR LIMIT=50] -->
         the notification. [CHAR LIMIT=50] -->
    <string name="tap_for_info">Tap for venue information</string>
    <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>
</resources>