diff options
author | Hakan Still <hakan.still@sonyericsson.com> | 2010-12-07 14:05:55 +0100 |
---|---|---|
committer | Johan Redestig <johan.redestig@sonyericsson.com> | 2010-12-08 13:19:33 +0100 |
commit | b247536aa3d458750edbc6b45b2348a994d83426 (patch) | |
tree | e8e0a14fd8ae0b5a8dab3c4f7b1e33af71238209 /tests | |
parent | 2b858caecb3c293c47b48eed12a55a49e3039874 (diff) | |
download | frameworks_base-b247536aa3d458750edbc6b45b2348a994d83426.zip frameworks_base-b247536aa3d458750edbc6b45b2348a994d83426.tar.gz frameworks_base-b247536aa3d458750edbc6b45b2348a994d83426.tar.bz2 |
Added dropbox broadcast notification
To monitor the dropbox an application have to either poll the dropbox
and keep track of all entries or observ the /data/system/dropbox
directory. The later requires that the application runs as system-user.
This commit adds that a broadcast intent is sent when something is written
to the dropbox and an application can just listen on this intent and
then reads the entry with help of the DropboxManager class.
The application have to hold the permission android.permission.READ_LOGS
to get the intent.
Change-Id: I1f77f206a243df69f4ed5306078c47f7bf6181ec
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions