Android permission check (#2658)
* Added a simple permission check and request to prevent crashing on api 23+ * Removed dependency on support lib. * Refactored getPermission() to requestPermission() * Simplified hasPermission() * Update codestyle * Update targetSdkVersion to 23
Loading
Please sign in to comment