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

Commit 3cbc8e7c authored by Zhi Dou's avatar Zhi Dou Committed by Gerrit Code Review
Browse files

Merge "Revert "update SDK_INT in the fake"" into main

parents c44f427e e715eaac
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ package android.os;

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