A recent change that moved the string resource for the system supported content ratings from the framework to the TV app led to a need for allowing the TV app to publish its own content rating systems. This change added an intent action and a metadata key to be used by the TV input manager service for querying available content rating systems, similarly to the way InputManager defined ACTION_QUERY_KEYBOARD_LAYOUTS and META_DATA_KEYBOARD_LAYOUTS for custom keyboard layouts. Applications now can register their own rating systems simply by declaring a broadcast receiver in their manifests. Bug: 17167287, Bug: 17114406 Change-Id: I1808c624014b603ea709714737c2a880714bdc0a
59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
package android {
|
|
|
|
public static final class R.attr {
|
|
field public static final int __removed1 = 16843955; // 0x10104b3
|
|
}
|
|
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
}
|
|
|
|
package com.android.internal {
|
|
|
|
public static final class R.attr {
|
|
field public static final int __removed1 = 16843955; // 0x10104b3
|
|
}
|
|
|
|
}
|
|
|