当前位置:网站首页>AOSP ~ WIFI默认开启 + GPS默认关闭 + 蓝牙默认关闭 + 旋转屏幕关闭
AOSP ~ WIFI默认开启 + GPS默认关闭 + 蓝牙默认关闭 + 旋转屏幕关闭
2022-06-11 02:03:00 【南柯好萌】
源码路径:frameworks/base/packages/SettingsProvider/res/values/defaults.xml
- WIFI默认开启
<bool name="def_wifi_on">false</bool>
改为
<bool name="def_wifi_on">true</bool>
- GPS默认关闭
<string name="def_location_providers_allowed" translatable="false">gps</string>
改为
<string name="def_location_providers_allowed" translatable="false"></string>
- 蓝牙默认关闭
<bool name="def_bluetooth_on">true</bool>
改为
<bool name="def_bluetooth_on">false</bool>
- 旋转屏幕默认关闭
<bool name="def_accelerometer_rotation">true</bool>
改为
<bool name="def_accelerometer_rotation">false</bool>
边栏推荐
- CPT 102_LEC 17
- error exepected identifier before ‘(‘ token, grpc 枚举类编译错误
- Fundamentals of deep learning [4] build easyocr and carry out simple character recognition from 0
- app 测试 常用 adb 命令集合
- 如何保障数仓数据质量?
- 多级介孔有机金属骨架材料ZIF-8负载乳酸氧化酶(LOD)/四氧化三铁(Fe304)/阿霉素DOX/胰岛素/cas9蛋白/甲硝唑/大黄素甲醚
- Customized redistemplate in redis
- Jetpack compose scaffold and topappbar (top navigation)
- What do you know about the set class? Soul questions from Volume I
- 项目 - Redis消息队列+工作线程取出用户操作日志并入库(二)
猜你喜欢

Bingbing learning notes: find the greatest common divisor and the least common multiple. Complex version reverse string

What is the relationship between precious metal silver and spot Silver

How to guarantee the data quality of data warehouse?

2022 safety officer-b certificate examination question bank and answers

Modify release opening animation

The most complete format description of clang format

App test_ Summary of test points

Principle of everything for fast search

mysql重装时写my.ini配置文件出错

企业展厅设计能为企业带来什么?
随机推荐
企业展厅设计能为企业带来什么?
Unity determines whether the object is in the camera field of view
Write my Ini configuration file error
Principle of everything for fast search
1031. maximum sum of two non overlapping subarrays
Core principle and code explanation of epoll reactor model
Setting access to win10 shared folder without verification
When the interviewer opens his mouth, he comes to compose. Is this the case now?
你的公司会选择开发数据中台吗?
【无标题】
SQL | 外连接
Common vocabulary of software testing English
Kotlin let方法
String operation methods: replace, delete and split strings
CPT 102_LEC 13-14
CPT 102_LEC 16
Everything实现快速搜索的原理
年金保險理財產品可以複利嗎?利率是多少?
Add SQL formatter to vscode to format SQL
List 过滤、排序、校验等处理方法