summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2014-08-25 14:39:26 -0700
committerJae Seo <jaeseo@google.com>2014-08-27 21:52:07 -0700
commit9c165d6e9a2f085fbdc87b9221f2d52d851b2652 (patch)
tree5d32884cb07c54d3bdee63cb06f6ff23d802d7d8 /api/removed.txt
parentd576bf310b96b61105a6fd4d63b39545349698a5 (diff)
downloadframeworks_base-9c165d6e9a2f085fbdc87b9221f2d52d851b2652.zip
frameworks_base-9c165d6e9a2f085fbdc87b9221f2d52d851b2652.tar.gz
frameworks_base-9c165d6e9a2f085fbdc87b9221f2d52d851b2652.tar.bz2
TIF: Enable applications to register custom content rating systems
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
Diffstat (limited to 'api/removed.txt')
-rw-r--r--api/removed.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/api/removed.txt b/api/removed.txt
index 1fde099..8915fc3 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -1,3 +1,11 @@
+package android {
+
+ public static final class R.attr {
+ field public static final int __removed1 = 16843955; // 0x10104b3
+ }
+
+}
+
package android.app {
public class KeyguardManager {
@@ -40,3 +48,11 @@ package android.view {
}
+package com.android.internal {
+
+ public static final class R.attr {
+ field public static final int __removed1 = 16843955; // 0x10104b3
+ }
+
+}
+