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

Commit 112d039d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix error message: getAllowedCarriers"

parents 649c4598 c39e089e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }