Top "Android-8.0-oreo" questions

Android 8.0 Oreo (API level 26), formerly known as "Android O".

dexexception: not support version

I was trying to convert apk to source code. When I entered below command ./d2j-dex2jar.sh classes.dex …

apk dex android-8.0-oreo decompiler
Android Oreo disable autofill for EditText

I'm trying to disable autofill for all EditText's except my login screen. And no success yet. There is always "Autofill" …

android android-8.0-oreo android-autofill-manager
Registering BOOT_COMPLETED receiver in Android 8

We are about to update our App Android API 26. In the documentation about Broadcast receiver it says that Apps that …

android broadcastreceiver android-8.0-oreo
API 26+: WRITE_EXTERNAL_STORAGE permission is always denied

I have switched my app to target API 27 and now it can't be granted WRITE_EXTERNAL_STORAGE permission -- grantResult …

android android-permissions android-8.0-oreo
Android Oreo Does not Play Custom Sound for Notification

I am trying to add a custom sound to notification for API > 26. Below is the code NotificationChannel notificationChannel = new …

android android-notifications android-8.0-oreo android-8.1-oreo
Can't find Android 8.0-8.1 (Oreo) API 26-27 ARM System Images

Are there anywhere Android 8.0 (Oreo) API 26 and Android 8.1 (Oreo) API 27 ARM System images (ARM, not x86 Intel) for AVD Manager? …

android android-emulator arm android-8.0-oreo android-8.1-oreo
What is the correct way to update notification channel name?

I want to update notification channel name according to Locale. In order to do that I’m using a BroadcastReceiver …

android android-8.0-oreo notification-channel
Oreo BroadcastReceiver SMS Received not working

An app I'm working on allows the user to allow the app to read the contents of a confirmation SMS …

android broadcastreceiver android-broadcastreceiver android-8.0-oreo
Issue Moving from IntentService to JobIntentService for Android O

I am using Intent Service to monitor Geofence transition. For that I am using following call from a Sticky Service. …

android android-geofence android-service-binding android-8.0-oreo
Notification Badges in Android O

Im testing with Google Nexus 5x with Android Oreo SDK.I cant find Notification Badges in App icon in Homescreen,…

android badge shortcuts android-8.0-oreo