OSDN Git Service

Implement #8323587, #8323342, #8323590: new features.
authorDianne Hackborn <hackbod@google.com>
Sat, 23 Mar 2013 00:27:25 +0000 (17:27 -0700)
committerDianne Hackborn <hackbod@google.com>
Sat, 23 Mar 2013 00:27:25 +0000 (17:27 -0700)
commit119bbc378d3c836f1196e14b847e564205a29728
treebbef724b9da7b3040fcab940032af1f389bac596
parent1a89c5324badd10dac142a5a0c40a203503db65f
Implement #8323587, #8323342, #8323590: new features.

8323587: Add feature for supporting app widgets
8323342: Add feature for replacing the home screen
8323590: Add feature for supporting input methods

The app widget service looks for the app widget feature
and refuses to work if it doesn't exist.  I didn't do
this for the input method service because some devices
will probably want to still make use of that mechanism
without supporting third party input methods.

Change-Id: Ie3b089105e104f4d767cdb03cdbe4fdb1c17382e
api/current.txt
core/java/android/content/pm/PackageManager.java
services/java/com/android/server/AppWidgetServiceImpl.java
services/java/com/android/server/InputMethodManagerService.java