Status Update
Comments
au...@hexmode.org <au...@hexmode.org> #2
Great, thank you for the update and analysis.
is currently still being investigated, and I will be sure to update the internal report with the informative info you provided. Thank you so much.https://issuetracker.google.com/issues/122098785
ju...@gmail.com <ju...@gmail.com> #3
Not only new restrictions are being introduced year by year, but in addition OEMs maintain app whitelists which are highly anti-competitive and even more damaging for smaller developers..
The only education for the users on what is happening now comes from the
gg...@google.com <gg...@google.com> #4
Hello
ab...@gmail.com <ab...@gmail.com> #5
I think issue
But now in 2021 the issue has grown immensely. We see this is a major issue with even non-Chinese OEMs with huge global market shares like Samsung. And their approach to process management which is devastating for many very useful apps and use-cases and for smaller devs is becoming a "defacto" standard.
ra...@google.com <ra...@google.com> #6
Thank you for the update.
We’ve shared your update with our product and engineering teams. Please provide any updates within the issue
br...@gmail.com <br...@gmail.com> #7
Take it more seriously. Are the covid tracker app not enough shame for you?
ad...@riftergames.com <ad...@riftergames.com> #8
br...@gmail.com <br...@gmail.com> #9
[Deleted User] <[Deleted User]> #10
It's many times breaking behaviors by default, having their own made-up rules and permissions, and sometimes even against clear documentations on the Android website.
Example here:
And this is on a relatively new Android version, and I'm sure it still exist on Android 11, and soon on Android 12.
[Deleted User] <[Deleted User]> #11
Could you please share with us a use-case where your app needs to be in the foreground and retrieve the accelerometer data under Doze?
fm...@gmail.com <fm...@gmail.com> #12
My use-case is the use of accelerometer data to do accurate transport mode classification (i.e. walking, running, driving, etc.) using a machine learning model. Additionally, I use accelerometer data along with other sensors to analyze driving behaviour (e.g. harsh breaking, turning, etc.).
To clarify, apart from the intermittent short idle states that the user might be in (e.g. stopped at a traffic signal), I generally do not collect accelerometer data when the user is completely idle for long periods of time. My application works fine on Pixel devices for example, which activate doze mode as expected. My problem is with OEM devices that active it (or a variant of it) in an overly aggressive manner.
fm...@gmail.com <fm...@gmail.com> #13
help me
tr...@gmail.com <tr...@gmail.com> #14
Unfortunately Doze mode killed the option to use sensor batching to solve this use case as the frequency cap on alarms no more allows to get the data from the sensor batch queue ion the time needed.. (and some devices do not support sensor batching)..
So the only option left is Wake Lock + Foreground service + AccelManager..
ad...@riftergames.com <ad...@riftergames.com> #15
ra...@google.com <ra...@google.com> #17
The issue was fixed relatively shortly. But as our app was crashing at start because of the native crash in Android WebView, Samsung did automatically put it on the Sleeping app list - this is probably one of their non-standard battery optimization policies. Also the app was put on the sleeping app list even the user already remved the app from that list n the past. And of course the user did not get any notice of the fact the the system crippled the app.
So even Google did fix the WebView issue relatively quickly, we are still fighting with the WebVeiw
tg...@gmail.com <tg...@gmail.com> #18
re...@gmail.com <re...@gmail.com> #19
getReason returns REASON_OTHER
getDescription returns Chimera #0 / Chimera #1 / Chimera #2 / Chimera PMM
I am also getting multiple REASON_LOW_MEMORY reports mainly on Pixel devices, although my app is very moderate with the memory.
Android 11 is currently the worst Android version in my books.
sc...@gmail.com <sc...@gmail.com> #20
@sebouh00@gmail.com, can I share the files attached in #1 with Samsung for review?
aw...@gmail.com <aw...@gmail.com> #21
Yes, please do.
se...@gmail.com <se...@gmail.com> #22
thanks! shared with Samsung for analysis
Description
There's claims that people are clicking on ads on their android apps, which results in the advertised ad getting installed without their knowledge or consent. Such claim says that the google play install popup is never displayed, and that such mechanism is built into the OS itself.
I don't want to get into discussion if such mechanism exists intentionally or not, or what kinds of benefits it may or may not bring. Suffice to say, installing apps from ads without clear user knowledge is outrageous and undermines the perception of security of all android devices, impacted or not by this supposed back door.
Here's what patent 20190265958 is all about:
Pls see relevant thread onhttps://www.reddit.com/r/androiddev/comments/q4nltn/ads_are_now_able_to_bypass_google_play_to_install/
There's been enough speculation and little facts thrown into this issue. As such, I'm not able to provide any more information than presented in the reddit thread. I don't know how to get attention from Google's security team, but I'm confident they will be interested in finding a way to reproduce/exploit it and confirm it, or dispell and state that this is not a thing.