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