Andy Chou | ef46b32 | 2018-11-26 02:21:45 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 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 | |
| 18 | <!-- Note that IconMode can be only 0, ON or 1, FLASHING |
| 19 | The icon is turned OFF if then IconIndex = 1 --> |
| 20 | |
| 21 | <EriFile VersionNumber="1" |
| 22 | NumberOfEriEntries="3" |
| 23 | EriFileType="2"> |
| 24 | |
| 25 | <CallPromptId Id="0" |
| 26 | CallPromptText="CallPromptId0"/> |
| 27 | |
| 28 | <CallPromptId Id="1" |
| 29 | CallPromptText="CallPromptId1"/> |
| 30 | |
| 31 | <CallPromptId Id="2" |
| 32 | CallPromptText="CallPromptId2"/> |
| 33 | |
| 34 | <EriInfo RoamingIndicator="0" |
| 35 | IconIndex="0" |
| 36 | IconMode="0" |
| 37 | EriText="Extended" |
| 38 | CallPromptId="0" |
| 39 | AlertId="0" |
| 40 | DataServiceSupport="1"/> |
| 41 | |
| 42 | <EriInfo RoamingIndicator="1" |
| 43 | IconIndex="1" |
| 44 | IconMode="0" |
andychou | a19b7d4 | 2018-12-13 12:26:00 +0800 | [diff] [blame] | 45 | EriText="U.S. Cellular" |
Andy Chou | ef46b32 | 2018-11-26 02:21:45 -0800 | [diff] [blame] | 46 | CallPromptId="0" |
| 47 | AlertId="0" |
| 48 | DataServiceSupport="1"/> |
| 49 | |
| 50 | <EriInfo RoamingIndicator="2" |
| 51 | IconIndex="2" |
| 52 | IconMode="1" |
| 53 | EriText="Extended" |
| 54 | CallPromptId="0" |
| 55 | AlertId="0" |
| 56 | DataServiceSupport="1"/> |
| 57 | |
| 58 | </EriFile> |