Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c39e089e authored by Meng Wang's avatar Meng Wang
Browse files

Fix error message: getAllowedCarriers

Test: make
Change-Id: I0ee74f34f31742f2bf979dd9158ed22d56d64e5e
parent 14d27fcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6072,7 +6072,7 @@ public class TelephonyManager {
        } catch (RemoteException e) {
        } catch (RemoteException e) {
            Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e);
            Log.e(TAG, "Error calling ITelephony#getAllowedCarriers", e);
        } catch (NullPointerException 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);
        return new ArrayList<CarrierIdentifier>(0);
    }
    }