From 73fd9e4dfa5dffde2eb14ebd6c736ca462d1e29f Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Wed, 9 Dec 2015 13:54:43 -0800 Subject: [PATCH] Update theme to Theme.DeviceDefault.NoActionBar This uses the device system theme instead of the old Gingerbread-era theme for dialogs and alerts. Available as of API 14, which is now the minSDK version for cordova-android. This closes 245 --- bin/templates/project/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/project/AndroidManifest.xml b/bin/templates/project/AndroidManifest.xml index 1111bcba..882a2475 100644 --- a/bin/templates/project/AndroidManifest.xml +++ b/bin/templates/project/AndroidManifest.xml @@ -35,7 +35,7 @@