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

Commit 448fd4b8 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Android (Google) Code Review
Browse files

Merge "Restored original behavior of getApplicationRestrictions"

parents e70dfdcd f6ee2244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1690,7 +1690,7 @@ public class UserManagerService extends IUserManager.Stub {
        final Bundle restrictions = new Bundle();
        final ArrayList<String> values = new ArrayList<>();
        if (!restrictionsFile.getBaseFile().exists()) {
            return null;
            return restrictions;
        }

        FileInputStream fis = null;