summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-02-03 11:10:46 +0200
committerSteve Kondik <steve@cyngn.com>2015-11-07 14:29:15 -0800
commita7dba5b2e3bca28139a178fccb603e1d59ec217b (patch)
treef5b390ed0da1ab52e5759e5ffc921655e3ee908e
parent26736d2b89d2d75d455e7736905ea49fe5d3b2d0 (diff)
downloadandroid_packages_apps_BluetoothExt-a7dba5b2e3bca28139a178fccb603e1d59ec217b.tar.gz
android_packages_apps_BluetoothExt-a7dba5b2e3bca28139a178fccb603e1d59ec217b.tar.bz2
android_packages_apps_BluetoothExt-a7dba5b2e3bca28139a178fccb603e1d59ec217b.zip
Add Material icon & app label
Change-Id: Ie17c41414e9420ec48725efe30fa5a57d82e6b51
-rw-r--r--AndroidManifest.xml5
-rw-r--r--res/mipmap-hdpi/ic_launcher_bluetooth.pngbin0 -> 24398 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_bluetooth.pngbin0 -> 23404 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_bluetooth.pngbin0 -> 25170 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_bluetooth.pngbin0 -> 27154 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher_bluetooth.pngbin0 -> 29529 bytes
-rw-r--r--res/values/strings.xml4
7 files changed, 7 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6b2c6d5..8c2f99d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -50,7 +50,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<uses-permission android:name="com.android.email.permission.READ_ATTACHMENT"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
- <application android:process="com.android.bluetooth">
+ <application
+ android:icon="@mipmap/ic_launcher_bluetooth"
+ android:label="@string/app_name"
+ android:process="com.android.bluetooth">
<uses-library android:name="com.quicinc.wbc"
android:required="false" />
<uses-library android:name="javax.obex" />
diff --git a/res/mipmap-hdpi/ic_launcher_bluetooth.png b/res/mipmap-hdpi/ic_launcher_bluetooth.png
new file mode 100644
index 0000000..4d556f5
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_bluetooth.png b/res/mipmap-mdpi/ic_launcher_bluetooth.png
new file mode 100644
index 0000000..34fec01
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_bluetooth.png b/res/mipmap-xhdpi/ic_launcher_bluetooth.png
new file mode 100644
index 0000000..8ad7d77
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_bluetooth.png b/res/mipmap-xxhdpi/ic_launcher_bluetooth.png
new file mode 100644
index 0000000..96a8af2
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher_bluetooth.png b/res/mipmap-xxxhdpi/ic_launcher_bluetooth.png
new file mode 100644
index 0000000..3173943
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher_bluetooth.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7c01009..d69cfd2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,7 +14,9 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="defaultname">Carkit</string>
+ <string name="app_name">Bluetooth extensions</string>
+
+ <string name="defaultname">Carkit</string>
<!-- Do not translate. android:process of this application. -->
<string name="process" translate="false"><xliff:g id="x" /></string>