17 lines
411 B
Text
17 lines
411 B
Text
package android.support.v4.os {
|
|
|
|
public class UserManagerCompat {
|
|
method public static deprecated boolean isUserRunningAndLocked(android.content.Context);
|
|
method public static deprecated boolean isUserRunningAndUnlocked(android.content.Context);
|
|
}
|
|
|
|
}
|
|
|
|
package android.support.v7.preference {
|
|
|
|
public class PreferenceManager {
|
|
method public deprecated void setStorageDeviceEncrypted();
|
|
}
|
|
|
|
}
|
|
|