summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTakanori Nakano <takanori.x.nakano@sonymobile.com>2016-08-15 19:18:16 +0900
committerYoshiaki Naka <yoshiaki.naka@sony.com>2017-10-25 17:25:11 +0900
commitc8054ba2f7a8ba2c88d5b94ff8730fceea8833fa (patch)
tree950d57f124d4bad68d73e3093e247222c0297501 /res
parentbd458daea6a50eb7f2f3da2e04648552f228cc43 (diff)
downloadStk-c8054ba2f7a8ba2c88d5b94ff8730fceea8833fa.tar.gz
Support preset STK names and icons for MSIM model
This change provides an easy way to replace the STK application name and icon displayed on the launcher activity with preset resources. There are many SIM cards in the market that send SET-UP MENU command with no alpha identifier. This change improves the usability of multi-SIM models in such cases. Bug: 31295893 Change-Id: I437fa761cdd8bf47eee660c7bb2828b84c91e8af
Diffstat (limited to 'res')
-rw-r--r--res/xml/menu_conf.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/xml/menu_conf.xml b/res/xml/menu_conf.xml
new file mode 100644
index 0000000..10701a8
--- /dev/null
+++ b/res/xml/menu_conf.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 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.
+-->
+
+<!--
+ Both of the attributes 'mcc' and 'mnc' are mandatory.
+ The other attributes are optional.
+ Example:
+
+ <operator mcc="001"
+ mnc="01"
+ label="Test SIM"
+ icon="ic_launcher_sim_toolkit_1"
+ />
+-->
+
+<operators>
+
+</operators>