Home | History | Annotate | Download | only in os
      1 /**
      2  * This is a stub library for the runtime class at
      3  * frameworks/base/core/java/android/os/SystemProperties.java
      4  */
      5 package android.os;
      6 
      7 public class SystemProperties {
      8     public static String get(String key, String def) { return null; }
      9 }
     10