From 7e99bc02c8e2f44dd92d70bfa6e654297e5286d8 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Tue, 16 Apr 2013 18:24:51 -0700 Subject: Modify restrictions bundle per api council recommendations Use a Bundle for persisting and passing to the application, but use a list to return data back from an application that's exposing restrictions. Changed the xml reading/writing code to store the value type in the Bundle so that it can be reproduced when reading. Earlier we were assuming only String and String[]. Bug: 8633967 Change-Id: I523d5553728edcf28a1e9d432f490b4956f34215 --- core/java/android/content/Context.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core/java/android/content/Context.java') diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 03e241afe5ed..5bd28b983abb 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -292,15 +292,6 @@ public abstract class Context { */ public abstract Context getApplicationContext(); - /** - * Returns the list of restrictions for the application, or null if there are no - * restrictions. - * @return - */ - public List getApplicationRestrictions() { - return getApplicationContext().getApplicationRestrictions(); - } - /** * Add a new {@link ComponentCallbacks} to the base application of the * Context, which will be called at the same times as the ComponentCallbacks -- cgit v1.2.3