Obsolete
Status Update
Comments
oa...@gmail.com <oa...@gmail.com> #2
This issue does not reproduce with dev preview 4.
dn...@google.com <dn...@google.com>
ke...@gmail.com <ke...@gmail.com> #3
Closing this issue as per comment #2 from reporter.
dn...@google.com <dn...@google.com> #4
We have passed this to the development team and will update this issue with more information as it becomes available.
oa...@gmail.com <oa...@gmail.com> #5
Apparently, it is caused by AppOpsService.packageRemoved() which does not take the ACTION_PACKAGE_REMOVED triggered by package hiding into consideration, and therefore in this case removed the AppOps settings for this package.
dn...@google.com <dn...@google.com> #6
We have deferred this to a future release, but leaving this open for now.
ke...@gmail.com <ke...@gmail.com> #7
Hi,is there any update on this issue?
oa...@gmail.com <oa...@gmail.com> #8
This bug is still not fixed in Android P developer preview. I submitted a follow-up issue report for P DP:
https://issuetracker.google.com/issues/78663444
is...@google.com <is...@google.com>
sa...@google.com <sa...@google.com> #9
We will be closing this bug due to being logged in a Preview version of Android. If the issue is still relevant and reproducible in the latest public release (Android Q), please capture a bugreport and log the bug in https://goo.gl/TbMiIO . If a reply is not received within the next 14 days, this issue will be closed. Thank you for your understanding.
Description
OPP4
* What device are you using?
Nexus 5X
* What are the steps to reproduce the problem? (Please provide the minimal reproducible test case.)
In adb shell: ("com.example.android" could be any user app)
appops set com.example.android RUN_IN_BACKGROUND ignore
su
pm hide com.example.android
pm unhide com.example.android
appops get com.example.android RUN_IN_BACKGROUND
* Issue Category
Framework (platform)
* What was the expected result?
RUN_IN_BACKGROUND: ignore
* What was the actual result?
No operations.
* Relevant logcat output.
N/A