Questions tagged [android-9.0-pie]

Android 9.0 Pie (API level 28), formerly known as "Android P".

Android 9.0 Pie is the ninth major update and the 16th version of the Android operating system. It was first announced by Google on March 7, 2018. Android "P" was officially released on August 6, 2018 under the name "Pie". Android P harnesses the power of machine learning to make phone smarter, simpler, and tailored.

Summary of new features

You can find more info over here.

Android 9 features and APIs: official documentation

Behavior changes: official documentation

635 questions
-1
votes
1 answer

Has MatrixCursor implementation within Android P changed?

Recently I have observed a large number of crashes for an app that I maintain when the Android P developer preview is used. Diving (deep) into the project's code, I have found the problem method to be the following: public static T…
Ed Holloway-George
  • 5,092
  • 2
  • 37
  • 66
-1
votes
1 answer

Why `onComputeColors` is being ignored on Android P beta (DP2)?

Background I have a live wallpaper that uses the relatively new API (from Android 8.1 - API 26) to request the OS to use customized…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
-2
votes
1 answer

Prevent my device to turn off when my device is locked

I stuck in little tricky logic. I want to prevent my device to turn off when my device is locked. I am just making an app for antitheft but here is problem that my logic is not working in Pie devices. That's means after lots of searching on stack…
BlackBlind
  • 772
  • 9
  • 26
-2
votes
1 answer

Application not working in android 9 Pie only showing black screen

My application is working except in android 9 Pie. I dont see any error on my app and everything works well. I havent find any explanation about this error. My Application got an error when after i log in to application and then it shows nothing but…
Iganov
  • 85
  • 2
  • 14
-3
votes
1 answer

Why Button click event works in all version but does not work in Pie?

All my old apps are working fine in android. But during recent testing in the Android emulator with android Pie, I am stuck in the first page. I am not able to click. It shows on email field "Unverified Post". I don't know what it means. So does…
RaviJK
  • 21
  • 8
1 2 3
42
43