summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
blob: 1fde099efee0e93856ef7e216611ce8794ba5bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
package android.app {

  public class KeyguardManager {
    method public android.content.Intent getConfirmDeviceCredentialIntent(java.lang.CharSequence, java.lang.CharSequence);
  }

}

package android.media {

  public class AudioFormat {
    ctor public AudioFormat();
  }

}

package android.os {

  public final class PowerManager {
    method public void goToSleep(long);
    method public deprecated void userActivity(long, boolean);
    method public void wakeUp(long);
  }

}

package android.service.notification {

  public static class NotificationListenerService.Ranking {
    method public boolean meetsInterruptionFilter();
  }

}

package android.view {

  public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable {
    field public static final int TYPE_KEYGUARD = 2004; // 0x7d4
  }

}