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

Commit 70ffc80c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Change the sender name of notification" am: 367d8e60 am: 343864a7...

Merge "Change the sender name of notification" am: 367d8e60 am: 343864a7 am: 37b6a3da am: f9326a82 am: c8f41f92

Change-Id: Ib2acb18f9f56f94e39651d6630bd1c99d4f958b2
parents 8182f70a c8f41f92
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>