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

Commit 1d441dd0 authored by Jesse Wilson's avatar Jesse Wilson Committed by Android (Google) Code Review
Browse files

Merge "Acknowledge that the platform guarantees UTF-8 and UTF-16."

parents a7b6316b 40c5ccff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@ public class GpsNetInitiatedHandler {
        }
        catch (UnsupportedEncodingException e)
        {
            Log.e(TAG, e.getMessage());
            throw new AssertionError();
        }
        return decoded;
    }
@@ -338,7 +338,7 @@ public class GpsNetInitiatedHandler {
        }
        catch (UnsupportedEncodingException e)
        {
            Log.e(TAG, e.getMessage());
            throw new AssertionError();
        }
        return decoded;
    }