anish-adm / trust_fall

A Flutter plugin for detecting the trust fall of the device(Jailbroken, root, emulator and mock location detection).
https://pub.dartlang.org/packages/trust_fall
MIT License
37 stars 43 forks source link

Permission required even when I've granted permission #6

Open ammaratef45 opened 4 years ago

ammaratef45 commented 4 years ago

I've added these two lines to the manifest

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>

However, Android throws an exception when I try to call isTrustFall saying that location permission is needed