diff options
author | Abhisek Devkota <ciwrl@lineageos.org> | 2017-01-24 12:45:50 -0800 |
---|---|---|
committer | Abhisek Devkota <ciwrl@lineageos.org> | 2017-02-02 23:35:24 +0000 |
commit | cb84ed654b709379cc928ad0998f7b5765e0590d (patch) | |
tree | d61f4b0975b9b8f2c6a23ba124a6477fb04e237e | |
parent | 8b06d3a3b1dc5694de430083ac5ce3118705cb9e (diff) | |
download | vendor_replicant-cb84ed654b709379cc928ad0998f7b5765e0590d.zip vendor_replicant-cb84ed654b709379cc928ad0998f7b5765e0590d.tar.gz vendor_replicant-cb84ed654b709379cc928ad0998f7b5765e0590d.tar.bz2 |
Default mobile data in OOBE to off
Encourage WiFi usage first, and let folks with limited
sim plans make the choice to enable
Change-Id: I9529d85f3d22af73b9baf255d47681ec43089b14
-rw-r--r-- | overlay/common/frameworks/base/packages/SettingsProvider/res/values/customize.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/customize.xml b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/customize.xml new file mode 100644 index 0000000..9ca5c09 --- /dev/null +++ b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/customize.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/** + * Copyright (c) 2009, The Android Open Source 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> + <string name="def_enable_mobile_data">false</string> +</resources> |