erisu commented on PR #1856:
URL: https://github.com/apache/cordova-android/pull/1856#issuecomment-3450795902

   The `PermissionHelper` class is not actually obsolete and should not be 
deleted. This class is more of a helper file and used by plugins.
   
   Here are some examples:
   
   - 
https://github.com/apache/cordova-plugin-file/blob/master/src/android/FileUtils.java#L42
   - 
https://github.com/apache/cordova-plugin-geolocation/blob/master/src/android/Geolocation.java#L27
   - 
https://github.com/apache/cordova-plugin-camera/blob/master/src/android/CameraLauncher.java#L52
   
   Above points to the imports but if you scan the file you will see it being 
used.
   
   While the above are Cordova core plugins, I believe many third-party plugins 
also use it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to