Messaging: Replace explicit types
Change-Id: I2165b3dec73973a2a82d8b3c7c364b5f011e597d
This commit is contained in:
@@ -92,7 +92,7 @@ class FactoryImpl extends Factory {
|
||||
factory.mUIIntents = new UIIntentsImpl();
|
||||
factory.mContactContentObserver = new ContactContentObserver();
|
||||
factory.mMediaUtil = new MediaUtilImpl();
|
||||
factory.mSubscriptionPrefs = new SparseArray<BugleSubscriptionPrefs>();
|
||||
factory.mSubscriptionPrefs = new SparseArray<>();
|
||||
factory.mCarrierConfigValuesLoader = new BugleCarrierConfigValuesLoader(applicationContext);
|
||||
|
||||
if (OsUtil.hasRequiredPermissions()) {
|
||||
|
||||
Reference in New Issue
Block a user