matejdro / PebbleDialer-Android

Android part of the PebbleDialer app.
GNU General Public License v3.0
29 stars 16 forks source link

Crash when trying to read call log on Android 10 #40

Open jumper047 opened 2 years ago

jumper047 commented 2 years ago

On Android 10 app crashes when I opened whatchapp and tries to open call history. I tinkered with it a little and found that the exception was occured in CallLogModule.java:161. I removed " LIMIT 100", built apk and app received call logs. Seems like a bug in my phone's OS, because as far as I read sdk 25 should support "LIMIT", and in another place down the file seems like all works as expected. Maybe you have some ideas about it?