Merge "Fix error message: getAllowedCarriers"
am: 112d039dfb
Change-Id: Ic04b23b87f56261c2c55f1e0a284109bf353c8d0
This commit is contained in:
@@ -6072,7 +6072,7 @@ public class TelephonyManager {
|
||||
} catch (RemoteException e) {
|
||||
Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e);
|
||||
} catch (NullPointerException e) {
|
||||
Log.e(TAG, "Error calling ITelephony#setAllowedCarriers", e);
|
||||
Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e);
|
||||
}
|
||||
return new ArrayList<CarrierIdentifier>(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user