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

Commit 4f37c0c0 authored by Julia Tuttle's avatar Julia Tuttle Committed by Android (Google) Code Review
Browse files

Merge "FakeGlobalSettings: crash in getContentResolver()" into main

parents 418eb70e 2c4c4879
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -38,7 +38,9 @@ public class FakeGlobalSettings implements GlobalSettings {

    @Override
    public ContentResolver getContentResolver() {
        return null;
        throw new UnsupportedOperationException(
                "GlobalSettings.getContentResolver is not implemented, but you may find "
                        + "GlobalSettings.registerContentObserver helpful instead.");
    }

    @Override