summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-22 08:12:32 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-22 08:12:32 +0000
commit76fb564f8bde0a92cc0ca40241e5c640ce709715 (patch)
treed3c350b90ad8ede4112fd6127c07e9c85389a65f
parent4d63d8f96f04500ad319939e49ab9230b25b14ef (diff)
parent966269eed694d01ac9fb4ee81813e30b332548d6 (diff)
downloadSettingsIntelligence-76fb564f8bde0a92cc0ca40241e5c640ce709715.tar.gz
release-request-ed8626b9-4479-4c76-9207-5f511f136606-for-git_pi-release-4354758 snap-temp-L65900000105223161
Change-Id: I86ebba4e1fc5b3598baddb25c1e8eb47946bfa67
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/drawable/ic_launcher_settings_intelligence.xml20
-rw-r--r--res/mipmap-hdpi/ic_launcher_settings_intelligence.pngbin0 -> 9956 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_settings_intelligence.pngbin0 -> 5473 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher_settings_intelligence.pngbin0 -> 12234 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher_settings_intelligence.pngbin0 -> 18397 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher_settings_intelligence.pngbin0 -> 29215 bytes
-rw-r--r--res/values/colors.xml20
-rw-r--r--res/values/strings.xml21
9 files changed, 64 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2894d47..1791d3f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -21,7 +21,9 @@
<uses-sdk android:minSdkVersion="27" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- <application>
+ <application
+ android:label="@string/app_name_settings_intelligence"
+ android:icon="@drawable/ic_launcher_settings_intelligence">
<service
android:name=".suggestions.SuggestionService"
android:exported="true"
diff --git a/res/drawable/ic_launcher_settings_intelligence.xml b/res/drawable/ic_launcher_settings_intelligence.xml
new file mode 100644
index 0000000..07e226d
--- /dev/null
+++ b/res/drawable/ic_launcher_settings_intelligence.xml
@@ -0,0 +1,20 @@
+<!--
+ Copyright (C) 2017 The Android Open Source 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.
+ -->
+
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@color/launcher_background_color" />
+ <foreground android:drawable="@mipmap/ic_launcher_settings_intelligence" />
+</adaptive-icon> \ No newline at end of file
diff --git a/res/mipmap-hdpi/ic_launcher_settings_intelligence.png b/res/mipmap-hdpi/ic_launcher_settings_intelligence.png
new file mode 100644
index 0000000..ddce98e
--- /dev/null
+++ b/res/mipmap-hdpi/ic_launcher_settings_intelligence.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher_settings_intelligence.png b/res/mipmap-mdpi/ic_launcher_settings_intelligence.png
new file mode 100644
index 0000000..86f3be8
--- /dev/null
+++ b/res/mipmap-mdpi/ic_launcher_settings_intelligence.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher_settings_intelligence.png b/res/mipmap-xhdpi/ic_launcher_settings_intelligence.png
new file mode 100644
index 0000000..360aa69
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_launcher_settings_intelligence.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher_settings_intelligence.png b/res/mipmap-xxhdpi/ic_launcher_settings_intelligence.png
new file mode 100644
index 0000000..7cb67a9
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_launcher_settings_intelligence.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher_settings_intelligence.png b/res/mipmap-xxxhdpi/ic_launcher_settings_intelligence.png
new file mode 100644
index 0000000..3fec9c4
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher_settings_intelligence.png
Binary files differ
diff --git a/res/values/colors.xml b/res/values/colors.xml
new file mode 100644
index 0000000..7013b15
--- /dev/null
+++ b/res/values/colors.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2017 The Android Open Source 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>
+ <color name="launcher_background_color">#ff009688</color>
+</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..7fa89ab
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2017 The Android Open Source 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>
+ <!-- App name of SettingsIntelligence [CHAR_LIMIT=30] -->
+ <string name="app_name_settings_intelligence">Settings Intelligence</string>
+</resources> \ No newline at end of file