summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-01-26 18:01:04 -0800
committerDianne Hackborn <hackbod@google.com>2010-01-27 13:51:53 -0800
commit8ea138cbf12b140d43fd81f4f12fe1a9234f1f25 (patch)
tree65d820bd65d69af867e4558b1fbd407634309eb2 /Android.mk
parent2fc1f4a02957de3fdc785ca3dde414fb8e97bc49 (diff)
downloadframeworks_base-8ea138cbf12b140d43fd81f4f12fe1a9234f1f25.zip
frameworks_base-8ea138cbf12b140d43fd81f4f12fe1a9234f1f25.tar.gz
frameworks_base-8ea138cbf12b140d43fd81f4f12fe1a9234f1f25.tar.bz2
More work on device admins:
- You can now show a dynamic message to the user when asking to have your DeviceAdmin added. - A DeviceAdmin can now provide a warning message that is displayed before a user disables it. - Better ordering (and text) of the policy warnings. - New API to set the maximum failed password attempts before the device wipes itself. - We now store the number of failed unlock attempts in persistent storage. - New managed dialog APIs that will be used by the settings app. Also a little bit of cleanup as I was working on this - removed the long unused MailboxNotAvailableException, fixed a java doc in Messenger.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5f9bea4..7520afe 100644
--- a/Android.mk
+++ b/Android.mk
@@ -117,6 +117,7 @@ LOCAL_SRC_FILES += \
core/java/android/os/IParentalControlCallback.aidl \
core/java/android/os/IPermissionController.aidl \
core/java/android/os/IPowerManager.aidl \
+ core/java/android/os/IRemoteCallback.aidl \
core/java/android/os/IVibratorService.aidl \
core/java/android/service/wallpaper/IWallpaperConnection.aidl \
core/java/android/service/wallpaper/IWallpaperEngine.aidl \