package android.os; public class SystemProperties { public static String get(String key, String def) { throw new RuntimeException(""); } }