summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-16 10:53:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-16 10:53:37 +0000
commitca6b887d0c4ccce90d45a9939d6c33fbb1d11e1e (patch)
tree4bf42a9c165b3cb0282e32bfea94f6f2dcdba888
parenta9b1957634ce44ba3611e4fdebe82602715ed841 (diff)
parent5d8d3a3f159841ac2b03e6e865a53bf709d93c38 (diff)
Change the sender name of notification am: 97397fadd3 am: 5d8d3a3f15
Change-Id: If234a6aba72bceadb087b947c5f7b2fcc49ba1be
-rw-r--r--AndroidManifestBase.xml2
-rw-r--r--res/values/strings.xml5
2 files changed, 5 insertions, 2 deletions
diff --git a/AndroidManifestBase.xml b/AndroidManifestBase.xml
index 69a4da4..1ad0848 100644
--- a/AndroidManifestBase.xml
+++ b/AndroidManifestBase.xml
@@ -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">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e9900b8..f1e20f3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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>
-</resources> \ No newline at end of file
+
+ <!-- The label of application. It's also a sender name of notification. [CHAR LIMIT=50]-->
+ <string name="application_label">Connectivity Manager</string>
+</resources>