cordova-plugin-device icon indicating copy to clipboard operation
cordova-plugin-device copied to clipboard

Local method/properties can be accessed by other classes

Open kumo01GitHub opened this issue 7 months ago • 6 comments

Feature Request

Motivation Behind Feature

On Android implementation, local methods and properties are defined as public. But I don't think these are expected to call by other methods.

Feature Description

  • Change local methods called by execute() accessibility from public to private.
  • change property uuid accessibility from public to private.

Alternatives or Workarounds

N/A

kumo01GitHub avatar May 01 '25 13:05 kumo01GitHub