删除设置-流量使用情况、更多

\packages\apps\Settings\AndroidManifest.xml

<!-- <activity android:name="Settings$DataUsageSummaryActivity"

android:label="@string/data_usage_summary_title "

android:icon="@drawable/ic_settings_data_usage"

android:taskAffinity="">

<intent-filter>

<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.DEFAULT" />

<category android:name="com.android.settings.SHORTCUT" />

</intent-filter>

<intent-filter android:priority="1">

<action android:name="com.android.settings.action.SETTINGS" />

</intent-filter>

<meta-data android:name="com.android.settings.category"

android:value="com.android.settings.category.wireless" />

<meta-data android:name="com.android.settings.FRAGMENT_CLASS"

android:value="com.android.settings.datausage.DataUsageSummary" />

</activity> -->

<!-- <activity android:name="Settings$WirelessSettingsActivity"

android:taskAffinity="com.android.settings"

android:label="@string/wireless_networks_settings_title"

android:icon="@drawable/ic_settings_more"

android:parentActivityName="Settings">

<intent-filter android:priority="1">

<action android:name="android.settings.WIRELESS_SETTINGS" />

<action android:name="android.settings.AIRPLANE_MODE_SETTINGS" />

<action android:name="android.settings.NFC_SETTINGS" />

<category android:name="android.intent.category.DEFAULT" />

</intent-filter>

<intent-filter>

<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.DEFAULT" />

<category android:name="android.intent.category.VOICE_LAUNCH" />

</intent-filter>

<intent-filter android:priority="-1">

<action android:name="com.android.settings.action.SETTINGS" />

</intent-filter>

<meta-data android:name="com.android.settings.category"

android:value="com.android.settings.category.wireless" />

<meta-data android:name="com.android.settings.title"

android:resource="@string/radio_controls_title" />

<meta-data android:name="com.android.settings.FRAGMENT_CLASS"

android:value="com.android.settings.WirelessSettings" /> -->

<!-- Note that this doesn't really show any Wireless settings. -->

<!--<meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"

android:value="true" />

</activity> -->

相关推荐
不爱说话郭德纲14 小时前
告别漫长的HbuilderX云打包排队!uni-app x 安卓本地打包保姆级教程(附白屏、包体积过大排坑指南)
android·前端·uni-app
Sinclair19 小时前
简单几步,安卓手机秒变服务器,安装 CMS 程序
android·服务器
雮尘1 天前
手把手带你玩转Android gRPC:一篇搞定原理、配置与客户端开发
android·前端·grpc
ktl1 天前
Android 编译加速/优化 80%:一个文件搞定,零侵入零配置
android
alexhilton1 天前
使用FunctionGemma进行设备端函数调用
android·kotlin·android jetpack
冬奇Lab2 天前
InputManagerService:输入事件分发与ANR机制
android·源码阅读
张小潇2 天前
AOSP15 Input专题InputManager源码分析
android·操作系统
RdoZam2 天前
Android-封装基类Activity\Fragment,从0到1记录
android·kotlin
奥陌陌2 天前
android 打印函数调用堆栈
android
用户985120035832 天前
Compose Navigation 3 深度解析(二):基础用法
android·android jetpack