Lots of slick UI stuff, but no meaningful updates to things that are well overdue: - Encryption of specific secrets for each app. - Fine grained control of what information is shared with apps. - Ability to selectively deny particular data (and have the app keep working, e.g by giving it an empty contacts list, fake phone ID, etc). - Ad and js blocking capable browser. Why should installing e.g. the facebook app, all…
Location tracking requires specific permission from the user, not as part of installation. I think you're a bit out of date. https://developer.android.com/distribute/best-practices/deve...
Android P
131–140 of 316 posts
Re: Android P
#132Earlier quoted context omitted.
this applies only to installed apps from the store, not system apps like googles or oem apps. you cant disable background activity of any apps. dont want an always listening ai helper from google? too bad for you.
Just don't use them. Unlike in iOS, you can replace all those apps with other apps that you prefer. No rooting or jailbreaking required. If you don't like Google Assistant, you can use Alexa or Cortana or something entirely different. If you don't like Siri on iOS, tough luck. https://www.theverge.com/2018/5/7/17328758/amazon-alexa-defa...
Re: Android P
#133Lots of slick UI stuff, but no meaningful updates to things that are well overdue: - Encryption of specific secrets for each app. - Fine grained control of what information is shared with apps. - Ability to selectively deny particular data (and have the app keep working, e.g by giving it an empty contacts list, fake phone ID, etc). - Ad and js blocking capable browser. Why should installing e.g. the facebook app, all…
Location tracking requires specific permission from the user, not as part of installation. I think you're a bit out of date. https://developer.android.com/distribute/best-practices/deve...
Googles insistence on capturing as much data as possible about me is just creepy. I disabled voice search, location history, and everything else I could. Switching to DuckDuckGo made a big difference, but still the data gets swallowed up.
I know that Apple is only slightly better - but I’ll take whatever privacy I can get.
Re: Android P
#134Lots of slick UI stuff, but no meaningful updates to things that are well overdue: - Encryption of specific secrets for each app. - Fine grained control of what information is shared with apps. - Ability to selectively deny particular data (and have the app keep working, e.g by giving it an empty contacts list, fake phone ID, etc). - Ad and js blocking capable browser. Why should installing e.g. the facebook app, all…
>Encryption of specific secrets for each app. you mean something like ios keychain? what does this do that can't be achieved using disk encryption + sandbox? >Ad and js blocking capable browser. firefox for android
Because once the phone is booted and unlocked by the user there is no further protection. Do you keep your phone turned off?
Also the lack of device pairing means it is usually easy to dump the encrypted image and crack the pass code quite quickly.
https://blog.elcomsoft.com/2017/10/ios-vs-android-physical-d...
> firefox for android
I find it quite slow, slower than chrome downloading all the ads. But it is an option I guess. It won't get wider uptake though, the default platform browser is the main game.
Re: Android P
#135Very nice. I am especially excited about these features: > App Timer lets you set time limits on apps, and will nudge you when you’re close to your limit and then gray out the icon to remind you of your goal. > Wind Down will switch on Night Light when it gets dark, and it will turn on Do Not Disturb and fade the screen to grayscale at your chosen bedtime to help you remember to get to sleep at the time you want. I a…
I wonder how many of these features could be implemented (far sooner) if a universal UI scripting language was available for users...
Re: Android P
#136Earlier quoted context omitted.
Location tracking requires specific permission from the user, not as part of installation. I think you're a bit out of date. https://developer.android.com/distribute/best-practices/deve...
Even on older phones, you can turn location services off, which I do at all times unless I'm actively navigating.
Re: Android P
#137Earlier quoted context omitted.
this applies only to installed apps from the store, not system apps like googles or oem apps. you cant disable background activity of any apps. dont want an always listening ai helper from google? too bad for you.
Root, remove, unroot.
Re: Android P
#138Earlier quoted context omitted.
Root, remove, unroot.
you ideally want something like Xprivacy, which is unfortunately no longer supported Install something like Netguard (same dev behind Xprivacy) -- which functions as a firewall (vpn) b/w apps and the internet. Turn on logging. Watch all the apps you have installed phoning home and services like graph.facebook.com every few moments.
Re: Android P
#139Earlier quoted context omitted.
You know, I'm pretty sure anyone could have built these apps on Android You can overwrite the screen in Android. You can replace the home screen in Android. You can scrape running apps in Android. There's a high degree of flexibility Unfortunately this is probably one of those problems where the cost of building the app is relatively high (because the domain is complicated to get right!) and it would be hard to make…
Building an app is way too much barrier to entry... What I wish is something like, right-click or swipe down to open console , enter some script (or copy-paste/import a highly starred from a public repository), close console, ta-da. If the API was flexible enough, the scripts would mostly be short and obviously non-exploiting (i.e. a script for graying-out the screen shouldn't use the internet API) so they would be v…
BTW do you remember why making a browser extension is a bit involved, and publishing, even more so? Trusting someone else's code. Copy -pasting it from a message board may end up in a problem.
Re: Android P
#140Very nice. I am especially excited about these features: > App Timer lets you set time limits on apps, and will nudge you when you’re close to your limit and then gray out the icon to remind you of your goal. > Wind Down will switch on Night Light when it gets dark, and it will turn on Do Not Disturb and fade the screen to grayscale at your chosen bedtime to help you remember to get to sleep at the time you want. I a…