samsung

  1. Humphrey

    Android Question Get next alarm from Android Clock App

    Hello to the forum, I'm trying to read the next alarm time from the Android clock. Here I found: Phone.GetSettings("next_alarm_formatted"), but since API 21 this function was deprecated. AlarmManager.getNextAlarmClock() should be used for API >= 21. So my code is Dim AlarmManager As...
  2. M

    Android Question Push Notification (Firebase) Not showing on some smartphones

    Hi everyone, i recently distributed an app that includes push notification. the notifications are locally created with the NB6 class. Unfortunately i‘ve got some feedbacks from my user saying that they are not receiving the notifications. I asked them what phone they are using: 90% Huawei, and...
  3. C

    Android Question How do i enable Smart popup permission?

    Hi, I have a Samsung device and I noticed that there is a function called Smart Popup. I want to implement that function in my app but I don't know what permission to use. Also whatsapp and Amazon enabled smart popup automatically Can you help me? Thanks in advance, Simone
  4. uniplan

    Android Question Problem receive push android 7

    Hi...i have a particular problem on devices android with Android 7 version (Samsun s6 and Huawei P10) .I don't receive the push notification. With the same app on other device with android 6, i haven't this problem (Samsun Note 3). There are any type of problem? Thank you?
Top