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

\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> -->

相关推荐
mygljx9 小时前
MySQL 数据库连接池爆满问题排查与解决
android·数据库·mysql
xinhuanjieyi10 小时前
ruoyimate导入sql\antflow\bpm_init_db.sql报错
android·数据库·sql
闲猫11 小时前
基于RABC的权限控制设计
android
星霜笔记14 小时前
GitMob — 手机端 GitHub 管理工具
android·kotlin·github·android jetpack
LiuYaoheng15 小时前
问题记录:Android Studio Low memory
android·ide·android studio
独隅15 小时前
Python 标准库 (Standard Library) 全面使用指南
android·开发语言·python
always_TT16 小时前
strlen、strcpy、strcat等常用字符串函数
android
qqty121716 小时前
MySQL Workbench菜单汉化为中文
android·数据库·mysql
2401_8955213416 小时前
MySQL中between and的基本用法
android·数据库·mysql
云云鬼才17 小时前
CoCo编辑器、图形化编程怎么调用Scheme(跳转应用)
android