Messaging: Remove cell broadcasts

* Packagemanager doesn't tell us about its' availability anymore
* It's accessible from notification settings, no need for the app to
  be able to launch them

Change-Id: I10b7742917f8639c94b0187f158cc30156f90e92
This commit is contained in:
Michael W
2024-12-08 17:01:36 +01:00
parent 6a10100821
commit 009df43b06
5 changed files with 4 additions and 58 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
Copyright (C) 2024 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -54,10 +55,6 @@
android:summary="@string/delivery_reports_pref_summary"
android:defaultValue="@bool/delivery_reports_pref_default" />
<Preference
android:key="@string/wireless_alerts_key"
android:title="@string/wireless_alerts_title"/>
<PreferenceScreen
android:key="@string/sms_apns_key"
android:title="@string/sms_apns_title" />

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
Copyright (C) 2024 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -54,10 +55,6 @@
android:summary="@string/delivery_reports_pref_summary"
android:defaultValue="@bool/delivery_reports_pref_default" />
<Preference
android:key="@string/wireless_alerts_key"
android:title="@string/wireless_alerts_title"/>
<PreferenceScreen
android:key="@string/sms_apns_key"
android:title="@string/sms_apns_title" />