Clean up some UnusedResources detected by lint 4

Bug: 234570979
Test: Manual with Settings App
Change-Id: Icc21ef3bedc7a39e7841271f51b77e9b543f6f0f
This commit is contained in:
Chaohui Wang
2022-09-13 20:00:25 +08:00
parent 186eb66c4f
commit 7ef27fbe85
36 changed files with 4 additions and 1754 deletions

View File

@@ -32,10 +32,9 @@ import com.android.settingslib.core.lifecycle.Lifecycle;
* are active mobile subscriptions. It shows an overview of available mobile network
* connections with an entry for each subscription.
*
* {@link NetworkMobileProviderController} is used to show subscription status on internet
* page for provider model. This original class can refer to {@link MultiNetworkHeaderController},
*
*/
* {@link NetworkMobileProviderController} is used to show subscription status on internet
* page for provider model.
*/
public class NetworkMobileProviderController extends BasePreferenceController implements
SubscriptionsPreferenceController.UpdateListener {