apache / cordova-plugin-statusbar

Apache Cordova Status Bar Plugin
https://cordova.apache.org/
Apache License 2.0
618 stars 480 forks source link

refactor(android): extract action & value strings as static constants #247

Closed erisu closed 1 year ago

erisu commented 1 year ago

Platforms affected

android

Motivation and Context

Extract action and value strings as constants.

Description

Created private static variables of the actions and value strings and hoisted to top.

Testing

build test within AS

Checklist