diff options
| author | Scott Main <smain@google.com> | 2011-01-07 14:38:23 -0800 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2011-01-26 14:58:19 -0800 |
| commit | f4f05b8f24183b9e0d6959fe8b71fb88543edd9b (patch) | |
| tree | eec484b96bc634afa3e31f6a44891c534c9c5832 /core/java/android/app/admin | |
| parent | 7b4ba9d80d2cdde310c29d01d0e22c7815d84261 (diff) | |
| download | frameworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.zip frameworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.tar.gz frameworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.tar.bz2 | |
Update package descriptions with editorial revisions.
Notably, this removes exessive info about resources
from the content package, because it's not a good location
and the info is avilable in the dev guide, but also
added some of the info to the Resources class description.
Change-Id: Ie78af26c9cec66314deb98e53078f48e16c08e70
Diffstat (limited to 'core/java/android/app/admin')
| -rw-r--r-- | core/java/android/app/admin/package.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/java/android/app/admin/package.html b/core/java/android/app/admin/package.html new file mode 100644 index 0000000..1a81083 --- /dev/null +++ b/core/java/android/app/admin/package.html @@ -0,0 +1,12 @@ +<HTML> +<BODY> +<p>Provides device administration features at the system level, allowing you to create +security-aware applications that are useful in enterprise settings, in which IT professionals +require rich control over employee devices.</p> + +<p>For more information, see the <a +href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a> developer guide.</p> +{@more} + +</BODY> +</HTML> |
