guatedude2 / cordova-plugin-kiosk-launcher

Sets a Cordova application as a launcher
17 stars 16 forks source link

Remove theme from plugin.xml for Androidx compatibility #8

Closed Karting06 closed 2 years ago

Karting06 commented 2 years ago

Cordova 10 uses Androidx by default.

Therefore, the referenced theme (android:theme="@android:style/Theme.DeviceDefault.NoActionBar") doesn't exist anymore. In order to keep compatibility with non Androidx versions, I removed the reference in plugin.xml.

guatedude2 commented 2 years ago

Awesome thanks for contributing