libandroidjni icon indicating copy to clipboard operation
libandroidjni copied to clipboard

Android JNI bindings library

Results 4 libandroidjni issues
Sort by recently updated
recently updated
newest added

This add the support to getPropertyByteArray, to allow get bytearray property value from DRM Follow PR: https://github.com/xbmc/xbmc/pull/18810 For Kodi 20

- Fixes not giving arguments into the actual JNI call of the level 30 version of setFrameRate - Adds the level 31 version of setFrameRate

hacktoberfest-accepted

We should properly identify the actions of the media session as well, cause SetActions needs them.

Add the `StorageManager.getPrimaryStorageVolume()` method along with the necessary `StorageVolume.getDirectory()` method to replace the deprecated `Environment.getExternalStorageDirectory()` method in API level 29. Also, add some constants from the `Environment` class.