aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/org/gnu/emacs/EmacsPreferencesActivity.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/org/gnu/emacs/EmacsPreferencesActivity.java b/java/org/gnu/emacs/EmacsPreferencesActivity.java
index 330adbea223..766e2e11d46 100644
--- a/java/org/gnu/emacs/EmacsPreferencesActivity.java
+++ b/java/org/gnu/emacs/EmacsPreferencesActivity.java
@@ -38,8 +38,9 @@ import android.preference.*;
38 option, which would not be possible otherwise, as there is no 38 option, which would not be possible otherwise, as there is no
39 command line on Android. 39 command line on Android.
40 40
41 Android provides a preferences activity, but it is deprecated. 41 This file extends a deprecated preferences activity, but no suitable
42 Unfortunately, there is no alternative that looks the same way. */ 42 alternative exists that is identical in appearance to system settings
43 forms. */
43 44
44@SuppressWarnings ("deprecation") 45@SuppressWarnings ("deprecation")
45public class EmacsPreferencesActivity extends PreferenceActivity 46public class EmacsPreferencesActivity extends PreferenceActivity