Sylvia van Os
Sylvia van Os
``` Product: RMX3061 Model: RMX3061 Device: RMX3061 SDK: 29 App version: 3.6.2 (29) Debug log: 1629794750875: TEST STARTED 1629794750933: featureAnswerEnabled true 1629794750933: featureAnswerAllAnglesEnabled false 1629794750933: featureDeclineEnabled false 1629794750933: behaviourBeepEnabled true...
As requested on Google Play: https://play.google.com/console/u/0/developers/6021978940953178917/app/4973642993211559118/user-feedback/review-details?reviewId=gp%3AAOqpTOFFkFjKN8lkwethBTovZB_vRa0b2OpJN1Yw2Xyoo21MxinyO-cxMFQvrWmiYIjKWl7cuBh6-xcsvfeRDTY&corpus=PUBLIC_REVIEWS Probably just... occasionally check if the phone is not near the ear? Risk of battery drain though...
By far the most common crash, but no clue why or what it even means. Seem to not even touch any of my code... Android bug? ``` android.app.RemoteServiceException: at android.app.ActivityThread$H.handleMessage...
Important notes from the below log: Proximity out of range!?! ``` 1620749395197: PROXIMITY SENSOR RANGE DETECTED AS 1.0 1620749395197: SETTING PROXIMITY SENSOR THRESHOLD TO 0.5 [...] 1620749395413: PROXIMITY 5.0 ```...
Reported by email: ``` The following is test results from your raise to answer app. It will not answer the phone even when i hold the phone to my ear....
Google Play Review: >Looks good, it works as expecxted. Needs more testing though. I'd like to have an abiltity to start it on boot automatically, is it possible? Yes, you...
``` java.lang.IllegalArgumentException: at kotlin.math.MathKt__MathJVMKt.roundToInt (MathJVM.kt:602) at me.hackerchick.raisetoanswer.RaiseToAnswerSensorEventListener.onSensorChanged (RaiseToAnswerSensorEventListener.kt:284) at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent (SystemSensorManager.java:1016) at android.os.MessageQueue.nativePollOnce (Native Method) at android.os.MessageQueue.next (MessageQueue.java:336) at android.os.Looper.loop (Looper.java:197) at android.app.ActivityThread.main (ActivityThread.java:8107) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run...
acceptRingingCall and endCall are deprecated in favor of InCallService: https://developer.android.com/reference/android/telecom/TelecomManager#acceptRingingCall() From how I understand it, we want to use [InCallService](https://developer.android.com/reference/android/telecom/InCallService) to get a [Call](https://developer.android.com/reference/android/telecom/Call) object and answer or reject that.
Updated almost all the things, uses viewbindings now. Should work perfectly on Android 14, but my phone is still Android 13. I'll push and release as soon as LineageOS for...
There's quite a lot of them actually :(