blob: 056eb416473fb237906eb19fc0b0ad95cc4eb991 [file] [log] [blame]
// Signature format: 2.0
package android.os.ext {
public class SdkExtensions {
method public static int getExtensionVersion(int);
}
}
package android.os.ext.test {
@Deprecated public class Test {
method @Deprecated public void testF();
method @Deprecated public void testG();
}
}