jonasrottmann / realm-browser

Android Database Browser for realm-java
Other
99 stars 13 forks source link

Android Oreo not supported #26

Open paulVulog opened 6 years ago

paulVulog commented 6 years ago

Hi,

It seems that Android Oreo is not supported. The app run fine but the realm browser notification doesn't appear. Can someone confirm this issue ?

Thanks. I hope I will still be able to use this amazing tool for debugging in the future !

paulVulog commented 6 years ago

After few researches, it is only an issue with the notification that is no more displayed using Android Oreo. Probably because of the change on this version : I think, the fix is to add the piece of code managing the notification importance in Android Oreo : https://developer.android.com/training/notify-user/build-notification.html#Priority