diff options
| author | Po Lu | 2024-03-10 10:37:14 +0800 |
|---|---|---|
| committer | Po Lu | 2024-03-10 10:37:14 +0800 |
| commit | 18b6289adfd15029fbaf4a259c44f8df10b9d702 (patch) | |
| tree | 73fa29fa1c54c89d823bd71008217ef543d1a75a /java | |
| parent | d7071359522f60d332320cf63700faa58d237d0b (diff) | |
| download | emacs-18b6289adfd15029fbaf4a259c44f8df10b9d702.tar.gz emacs-18b6289adfd15029fbaf4a259c44f8df10b9d702.zip | |
; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary.
Diffstat (limited to 'java')
| -rw-r--r-- | java/org/gnu/emacs/EmacsPreferencesActivity.java | 5 |
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") |
| 45 | public class EmacsPreferencesActivity extends PreferenceActivity | 46 | public class EmacsPreferencesActivity extends PreferenceActivity |