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