Remove unused resources
Bug: 123794771 Test: rebuild, robolectric Change-Id: I22f43220cc9ad4ec2074af425b0da75f59e470a4
This commit is contained in:
@@ -527,15 +527,6 @@ public final class Utils extends com.android.settingslib.Utils {
|
||||
|| um.getUserProfiles().contains(otherUser);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return whether or not the user should have a SIM Cards option in Settings.
|
||||
* TODO: Change back to returning true if count is greater than one after testing.
|
||||
* TODO: See bug 16533525.
|
||||
*/
|
||||
public static boolean showSimCardTile(Context context) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Queries for the UserInfo of a user. Returns null if the user doesn't exist (was removed).
|
||||
* @param userManager Instance of UserManager
|
||||
|
Reference in New Issue
Block a user