ffc0dbd2fb
Change-Id: I278dcb3b2d8099b71a66d90250c40836dd8ec7fc (cherry picked from commit 7a255f6e5c34b7abe49333eb8f623904a8576a67)
25 lines
999 B
XML
25 lines
999 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2013 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>
|
|
<integer name="local_picker_items">3</integer>
|
|
<bool name="branded_device">false</bool>
|
|
<!-- The type of sim image to display.
|
|
0=default sim image, 1=sim on side, 2=sim on back-->
|
|
<integer name="sim_image_type">0</integer>
|
|
<bool name="check_custom_theme_by_default">true</bool>
|
|
</resources>
|