Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android 8.0 Oreo

Android Oreo Disable Autofill For Edittext

I'm trying to disable autofill for all EditText's except my login screen. And no success ye… Read more Android Oreo Disable Autofill For Edittext

Android Push Notifications Not Working When App Is Closed

I'm using OkSse to subscribe to my Server Sent Events. Whenever a new message is sent by the se… Read more Android Push Notifications Not Working When App Is Closed

How To Use Storagestatsmanager.querystatsforpackage On Android O?

Background Before Android O, in order to get an app size, you had to have a special permission for … Read more How To Use Storagestatsmanager.querystatsforpackage On Android O?

Oreo, Ble Scanner Startscan With Pendingintent Not Working On Samsung Device

I am trying to scan for beacons using startScan(filters, settings, callbackIntent). I have an imple… Read more Oreo, Ble Scanner Startscan With Pendingintent Not Working On Samsung Device

How Set Firebase Notification Channelid In Android O?

For API level 26 we have to set a channel id as a reference. I learned how to do it without a chann… Read more How Set Firebase Notification Channelid In Android O?

Android Services And Intent Filters

When we declare something like this in the manifest, is it guaranteed that the service will be exec… Read more Android Services And Intent Filters