Phileo
Phileo
in the `SafetyNetApi.AttestationResponse.getJWSResult()` jws string, it is supposed to contain 2 periods according to the [JWS spec](https://tools.ietf.org/html/draft-ietf-jose-json-web-signature-36#page-9). However, when I run the sample app, I only see one single period....
I received this crash report (Samsung SM-T530NU, OS v5.0.2), and I am wondering what does it mean. Is there an OS bug, or is there anything my application code can...
I have this kml file: https://drive.google.com/file/d/0B6n-0chrqAAMbHhwRmwzSWFxNUU/edit?usp=sharing When I run Simple-KML to parse it, I can the track and the schemaUrl, but not the gx:coord and timestamps. Any ideas why this...
I am trying to capture map rendering as a Bitmap using the following code snippet: ``` com.carto.ui.MapView.mapRenderer.captureRendering(object : RendererCaptureListener() { override fun onMapRendered(bitmap: com.carto.graphics.Bitmap) { super.onMapRendered(bitmap) val bitmapFile = File(context.applicationContext.filesDir,...
java.lang.RuntimeException: Unable to start receiver com.cuneytayyildiz.simplegcm.GcmPackageReplacedReceiver: java.lang.ClassCastException: android.app.ReceiverRestrictedContext cannot be cast to android.app.Activity at android.app.ActivityThread.handleReceiver(ActivityThread.java:2824) at android.app.ActivityThread.access$1800(ActivityThread.java:150) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1484) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:168) at android.app.ActivityThread.main(ActivityThread.java:5845) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:797)...
When I run the app, the "Next" and "Previous" buttons will stop working after a few seconds and eventually, the app shows the message: "Fridadetect is not responding" In `AntiDebugService.java`:...