summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Activity.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-01-27 16:21:20 -0800
committerDianne Hackborn <hackbod@google.com>2010-01-27 17:31:56 -0800
commitd47c6ed4a9f2b5bd31f6c806b74701428efe458b (patch)
treedcaea393c297e01163a4f57e377e295cf3cbe877 /core/java/android/app/Activity.java
parent9cf5b455d95ff2024b6d23e3416aca4abf93ff8c (diff)
downloadframeworks_base-d47c6ed4a9f2b5bd31f6c806b74701428efe458b.zip
frameworks_base-d47c6ed4a9f2b5bd31f6c806b74701428efe458b.tar.gz
frameworks_base-d47c6ed4a9f2b5bd31f6c806b74701428efe458b.tar.bz2
Bite the bullet and add support for multiple device admins.
Diffstat (limited to 'core/java/android/app/Activity.java')
-rw-r--r--core/java/android/app/Activity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java
index 95142e3..05bbf3b 100644
--- a/core/java/android/app/Activity.java
+++ b/core/java/android/app/Activity.java
@@ -2518,7 +2518,7 @@ public class Activity extends ContextThemeWrapper
* and restored for you. Note that if the dialog is already created,
* {@link #onCreateDialog(int, Bundle)} will not be called with the new
* arguments but {@link #onPrepareDialog(int, Dialog, Bundle)} will be.
- * If you need to rebuild the dialog, call {@link #removeDialog(int)}Êfirst.
+ * If you need to rebuild the dialog, call {@link #removeDialog(int)} first.
* @return Returns true if the Dialog was created; false is returned if
* it is not created because {@link #onCreateDialog(int, Bundle)} returns false.
*