aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values/bool.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/res/values/bool.xml')
-rw-r--r--java/res/values/bool.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/res/values/bool.xml b/java/res/values/bool.xml
new file mode 100644
index 00000000000..d37eab745c0
--- /dev/null
+++ b/java/res/values/bool.xml
@@ -0,0 +1,22 @@
1<!-- Boolean resources for GNU Emacs on Android.
2
3Copyright (C) 2023 Free Software Foundation, Inc.
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
19
20<resources>
21 <bool name="isAtLeastKitKat">false</bool>
22</resources>