Android O About ActivityManager.html#getRunningServices(int)

589 Views Asked by At

I have one question.

https://developer.android.com/reference/android/app/ActivityManager.html#getRunningServices(int)

This method was deprecated in API level 26. As of O, this method is no longer available to third party applications. For backwards compatibility, it will still return the caller's own services.

Does 'pre installed application' work the same as 'third party application'?

1

There are 1 best solutions below

0
Tim On

Third party application in this context means 'an app not managed by Google'.

Does 'pre installed application' work the same as 'third party application'?

Yes, unless the pre installed application is by Google.