summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-03 11:12:29 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-04-03 20:40:07 +0300
commitde8277e1932963ee54b799d098e775c4beab2f6c (patch)
tree5850e4527ded683ace9f524720422b07012cd41c
parentdea32500a2fa98278b05c3933d9deda918be4988 (diff)
downloadandroid_packages_services_Mms-cm-14.1_old.tar.gz
android_packages_services_Mms-cm-14.1_old.tar.bz2
android_packages_services_Mms-cm-14.1_old.zip
Add Material icon & app labelcm-14.1_old
Change-Id: Ia55bbf81fa2328d33d9c38696d9a77c6eb399e19
-rw-r--r--AndroidManifest.xml3
-rw-r--r--res/mipmap-hdpi/ic_launcher.pngbin0 -> 2211 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher.pngbin0 -> 1433 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher.pngbin0 -> 2922 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher.pngbin0 -> 4610 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 6200 bytes
-rw-r--r--res/values/cm_strings.xml19
7 files changed, 21 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6076e9b..658f1bc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,7 +29,8 @@
<uses-permission android:name="android.permission.BIND_CARRIER_MESSAGING_SERVICE"/>
<uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
- <application android:label="MmsService"
+ <application android:icon="@mipmap/ic_launcher"
+ android:label="@string/app_name"
android:process="com.android.phone"
android:usesCleartextTraffic="true">
diff --git a/res/mipmap-hdpi/ic_launcher.png b/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..5e4e62f
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher.png b/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..ef6a3c5
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher.png b/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..ad1acb4
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher.png b/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..de56e98
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher.png b/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..9ac88b4
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 0000000..da5370a
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name">Messaging service</string>
+</resources>