diff --git a/java/org/gnu/emacs/EmacsOpenActivity.java b/java/org/gnu/emacs/EmacsOpenActivity.java index fddd5331d2f..ac643ae8a13 100644 --- a/java/org/gnu/emacs/EmacsOpenActivity.java +++ b/java/org/gnu/emacs/EmacsOpenActivity.java @@ -380,11 +380,6 @@ else if (apiLevel >= Build.VERSION_CODES.DONUT) return; } - /* Set an appropriate theme. */ - - if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) - setTheme (android.R.style.Theme_DeviceDefault); - /* Now see if the action specified is supported by Emacs. */ if (action.equals ("android.intent.action.VIEW") diff --git a/java/res/values-v11/style.xml b/java/res/values-v11/style.xml index 50cf96e8bc5..b114758bf0d 100644 --- a/java/res/values-v11/style.xml +++ b/java/res/values-v11/style.xml @@ -20,4 +20,5 @@ +