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

Change Wifi Hotspot's Ssid And Password In Android Oreo 8.x

In my Android application I'm using the following code snippet: @RequiresApi(api = Build.VERSIO… Read more Change Wifi Hotspot's Ssid And Password In Android Oreo 8.x

Getting Error "file Name Must End With .xml" While Using The "android:fontfamily" Of Android O?

Android O introduces a new feature, Fonts in XML, which lets you use fonts as resources. And I am c… Read more Getting Error "file Name Must End With .xml" While Using The "android:fontfamily" Of Android O?

How To Offer Actions Of My App To Other Apps, Via Smart-linkify (aka "smart Text Selection")?

Background For some time, as a user, I've noticed that on some apps I can perform common operat… Read more How To Offer Actions Of My App To Other Apps, Via Smart-linkify (aka "smart Text Selection")?

How To Turn Off Wifi Hotspot Programmatically In Android 8.0 (oreo) (setwifiapenabled Is Not Support This Version Anymore)

I reference the code to turn on hotspot in Android 8.0, it is work. But I have no idea about how to… Read more How To Turn Off Wifi Hotspot Programmatically In Android 8.0 (oreo) (setwifiapenabled Is Not Support This Version Anymore)

In Android 8 (oreo) Intent Chooser Is Not Working To Set Wallpaper

I'm using following code snippet to set wallpaper. In all version lower than Android 8 (Oreo) i… Read more In Android 8 (oreo) Intent Chooser Is Not Working To Set Wallpaper

How To Check If A Service Is Running On Android 8 (api 26)?

I had some functionalities of my app broken once upgrading to Android 8, even not targeting the API… Read more How To Check If A Service Is Running On Android 8 (api 26)?

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

Android Oreo: What Should I Do To Publish My App As An Autofill Service Provider?

I'm an independent developer of a password manager app. What should I do, or what should I impl… Read more Android Oreo: What Should I Do To Publish My App As An Autofill Service Provider?