DO Disclosures: detailed application lists
Add UI that lists enterprise set default apps for handling important intents (opening browser, using camera, phone, etc). Bug: 32692748 Test: m RunSettingsRoboTests Change-Id: I75bb97d1b3728b1dcb90981b24d12edf510c4b04
This commit is contained in:
@@ -43,9 +43,10 @@ public class UserAppInfo {
|
||||
if (other == null || getClass() != other.getClass()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
final UserAppInfo that = (UserAppInfo) other;
|
||||
|
||||
// As UserInfo and AppInfo do not support hashcode/equals contract, assume
|
||||
// equality based on corresponding identity fields.
|
||||
return that.userInfo.id == userInfo.id && TextUtils.equals(that.appInfo.packageName,
|
||||
appInfo.packageName);
|
||||
}
|
||||
|
Reference in New Issue
Block a user