auto import from //branches/cupcake/...@127101

This commit is contained in:
The Android Open Source Project
2009-01-20 14:03:58 -08:00
parent 9266c558bf
commit 22f7dfd234
130 changed files with 2728 additions and 410 deletions

View File

@@ -1248,6 +1248,15 @@ public abstract class Context {
*/
public static final String INPUT_METHOD_SERVICE = "input_method";
/**
* Use with {@link #getSystemService} to retrieve a
* {@blink android.gadget.GadgetManager} for accessing wallpapers.
*
* @hide
* @see #getSystemService
*/
public static final String GADGET_SERVICE = "gadget";
/**
* Determine whether the given permission is allowed for a particular
* process and user ID running in the system.