Jordan Liu | 8866f91 | 2019-10-18 12:06:35 -0700 | [diff] [blame] | 1 | <?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 Liu | 9b8136c | 2019-11-08 11:40:59 -0800 | [diff] [blame] | 25 | <java-symbol type="array" name="config_defaultCellBroadcastReceiverPkgs" /> |
Jordan Liu | 997ab0a | 2019-11-14 14:23:49 -0800 | [diff] [blame] | 26 | <java-symbol type="array" name="config_testCellBroadcastReceiverPkgs" /> |
Jordan Liu | 9b8136c | 2019-11-08 11:40:59 -0800 | [diff] [blame] | 27 | |
| 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 Liu | 8866f91 | 2019-10-18 12:06:35 -0700 | [diff] [blame] | 34 | </resources> |