blob: 2cfb7965e9780bb5065ce21b65c4339074183107 [file] [log] [blame]
Jordan Liu8866f912019-10-18 12:06:35 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<resources>
18 <!-- Private symbols that we need to reference from framework code. See
19 frameworks/base/core/res/MakeJavaSymbols.sed for how to easily generate
20 this.
21
22 Can be referenced in java code as: com.android.internal.R.<type>.<name>
23 and in layout xml as: "@*android:<type>/<name>" -->
24
Jordan Liu9b8136c2019-11-08 11:40:59 -080025 <java-symbol type="array" name="config_defaultCellBroadcastReceiverPkgs" />
Jordan Liu997ab0a2019-11-14 14:23:49 -080026 <java-symbol type="array" name="config_testCellBroadcastReceiverPkgs" />
Jordan Liu9b8136c2019-11-08 11:40:59 -080027
28 <!-- ETWS primary messages -->
29 <java-symbol type="string" name="etws_primary_default_message_earthquake" />
30 <java-symbol type="string" name="etws_primary_default_message_tsunami" />
31 <java-symbol type="string" name="etws_primary_default_message_earthquake_and_tsunami" />
32 <java-symbol type="string" name="etws_primary_default_message_test" />
33 <java-symbol type="string" name="etws_primary_default_message_others" />
Jordan Liu8866f912019-10-18 12:06:35 -070034</resources>