summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-03 11:12:29 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-10-25 12:12:30 +0200
commitf10871477f5d72ef38b5b2c487db747b5be3cf70 (patch)
treeed5248f2dd08d850663ba79283b4365bc795ee31
parentfaf47382295d838adb6158bd0ca1e83a0902a202 (diff)
downloadandroid_packages_services_Mms-f10871477f5d72ef38b5b2c487db747b5be3cf70.tar.gz
android_packages_services_Mms-f10871477f5d72ef38b5b2c487db747b5be3cf70.tar.bz2
android_packages_services_Mms-f10871477f5d72ef38b5b2c487db747b5be3cf70.zip
Add Material icon & app label
Change-Id: Ia55bbf81fa2328d33d9c38696d9a77c6eb399e19
-rw-r--r--AndroidManifest.xml3
-rwxr-xr-xres/mipmap-hdpi/ic_launcher_smsmms.pngbin0 -> 2354 bytes
-rwxr-xr-xres/mipmap-mdpi/ic_launcher_smsmms.pngbin0 -> 1427 bytes
-rwxr-xr-xres/mipmap-xhdpi/ic_launcher_smsmms.pngbin0 -> 3062 bytes
-rwxr-xr-xres/mipmap-xxhdpi/ic_launcher_smsmms.pngbin0 -> 4974 bytes
-rwxr-xr-xres/mipmap-xxxhdpi/ic_launcher_smsmms.pngbin0 -> 6681 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..df84d46 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_smsmms"
+ android:label="@string/app_name"
android:process="com.android.phone"
android:usesCleartextTraffic="true">
diff --git a/res/mipmap-hdpi/ic_launcher_smsmms.png b/res/mipmap-hdpi/ic_launcher_smsmms.png
new file mode 100755
index 0000000..850b72f
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher_smsmms.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_smsmms.png b/res/mipmap-mdpi/ic_launcher_smsmms.png
new file mode 100755
index 0000000..bc2352f
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher_smsmms.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_smsmms.png b/res/mipmap-xhdpi/ic_launcher_smsmms.png
new file mode 100755
index 0000000..8eeed05
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher_smsmms.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_smsmms.png b/res/mipmap-xxhdpi/ic_launcher_smsmms.png
new file mode 100755
index 0000000..0acdfae
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher_smsmms.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher_smsmms.png b/res/mipmap-xxxhdpi/ic_launcher_smsmms.png
new file mode 100755
index 0000000..b1db421
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher_smsmms.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>