diff options
Diffstat (limited to 'java/AndroidManifest.xml.in')
| -rw-r--r-- | java/AndroidManifest.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/AndroidManifest.xml.in b/java/AndroidManifest.xml.in index 3833e1735c3..b465875f3f4 100644 --- a/java/AndroidManifest.xml.in +++ b/java/AndroidManifest.xml.in | |||
| @@ -62,6 +62,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> | |||
| 62 | 62 | ||
| 63 | <application android:name="org.gnu.emacs.EmacsApplication" | 63 | <application android:name="org.gnu.emacs.EmacsApplication" |
| 64 | android:label="Emacs" | 64 | android:label="Emacs" |
| 65 | android:icon="@drawable/emacs" | ||
| 65 | android:hardwareAccelerated="true" | 66 | android:hardwareAccelerated="true" |
| 66 | android:supportsRtl="true" | 67 | android:supportsRtl="true" |
| 67 | android:theme="@android:style/Theme" | 68 | android:theme="@android:style/Theme" |