diff options
-rw-r--r-- | overlay/packages/apps/CellBroadcastReceiver/res/values/config.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/overlay/packages/apps/CellBroadcastReceiver/res/values/config.xml b/overlay/packages/apps/CellBroadcastReceiver/res/values/config.xml index ef70652..917411e 100644 --- a/overlay/packages/apps/CellBroadcastReceiver/res/values/config.xml +++ b/overlay/packages/apps/CellBroadcastReceiver/res/values/config.xml @@ -18,12 +18,6 @@ --> <resources> - <!-- Whether to enable ETWS settings (Japan) --> - <bool name="show_etws_settings">true</bool> <!-- Whether to enable CMAS settings (United States) --> <bool name="show_cmas_settings">true</bool> - <!-- Whether to enable channel 50 settings (Brazil) --> - <bool name="show_brazil_settings">true</bool> - <!-- Whether to enable channel 50 and 60 settings (India) --> - <!--bool name="show_india_settings">true</bool--> </resources> |