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

Commit 8d10b434 authored by Zhi Dou's avatar Zhi Dou Committed by Gerrit Code Review
Browse files

Merge "update SDK_INT in the fake" into main

parents 47f65b9b 1910c071
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.os;

public class Build {
    public static class VERSION {
        public static final int SDK_INT = 0;
        public static final int SDK_INT = placeholder();
        private static int placeholder() {
            throw new UnsupportedOperationException("Stub!");
        }
    }
}