checkForNativeLibraryReadAccess
Checks if device has ReadAccess to the Native Library Precondition: canLoadNativeLibrary() ran before this and returned true Description: RootCloak automatically blocks read access to the Native Libraries, however allows for them to be loaded into memory. This check is an indication that RootCloak is installed onto the device.
Return
true if device has Read Access | false if UnsatisfiedLinkError Occurs