• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. E

    NotificationChannel on Xiaomi Redmi 5 plus Android 8.1.0

    I create a notification channel with NotificationManager.IMPORTANCE_HIGH: NotificationManager mNotificationManager = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); String CHANNEL_ID_CALL = "call"; NotificationChannel mChannel = new...
  2. E

    ConnectionService on Samsung Galaxy S8 Android 8.0

    Hi, i'm developing an app that use ConnectionService to make and receive calls. In most devices it work good but, with Samsung Galaxy S8 (Oreo 8.1) i've anissue: When i record audio with AudioRecord class, the system does not receive any audio input. I've checked this with method...