• 0 Posts
  • 83 Comments
Joined 2Y ago
cake
Cake day: Jun 13, 2023

help-circle
rss

If this community wasn’t allowed to bash Google there wouldn’t be anything to post about lol


How? Codes can easily be exported from Google Authenticator (never tried Authy).





If you had read anything you’d know the primary goal of the new, more frequent, release schedule is to move to smaller and therefore less buggy releases.



I’m not saying there is anything there, but I never trust the search on GitHub under any circumstances. It routinely doesn’t find things I am positive exist on my own code bases.



I’ve used Android Auto for years on different Pixels but I’ve never seen a “safety break”. Maybe it’s the car?


I like it. Not sure the search entry in the list needs to always be on screen but it’s fine.


Tablet sized screen when you want/need it, normal sized phone when you don’t, in your pocket all the time.



That’s not how it works. Other apps (ironically including Google’s RCS implementation) use the Signal Protocol. Simply using it doesn’t magically make your app interoperable with every other app that uses it. And Apple would be the last company to go out of their way to make it work.

Nobody here is against open standards or FOSS apps. I am actually lucky/privileged enough to be able to write open source code for a living.

You seem to not understand the reality of the situation and that use case other than yours exist.


Huh? No it wouldn’t. If Apple implemented the Signal protocol they would still have to publish an iMessage app to the Play Store for Android users.

Call Google’s messaging app proprietary all you want but at least their implementation of RCS is E2E encrypted.


RCS is the wrong one to use

For you. I have relatives with iPhones I don’t talk to frequently but when we get together and somebody takes a group photo it’s annoying. Being able to just text a decent resolution photo without people needing to download an app is a win.

I’ll continue to use Signal with friends and family I talk to regularly.


the app itself (GUI) and the integration of those services are responsible of the size of the app.

That’s < 100MB for me.


It’s a drop in the bucket though. I’d be shocked if it was more than 1%. So it doesn’t explain anything.


So its basically “telemetry”

There’s just no way. Telemetry are just text logs and should never take more than a couple MB. They are also going to be deleted routinely and frequently after being sent to the server.


Focus mode.

I use it during “work hours”. You can take a break for a set amount of time, but it will lock you out again after.


Enterprise software used by tons of Fortune 500 companies. GTFO with your worthless uninformed comments.


Android Auto or Android Automotive?

The former is basically just a screen your phone is casting to. The latter is a lightweight (stripped down) Android fork designed to boot very quickly and do a couple things very well. It probably never really “turns off” since it still has a 12v connection even when the car is off (why your clock doesn’t reset).

Android on your phone is a much more general purpose operating system that runs on a (much more limited) battery. It isn’t designed to be turned on and off frequently.


As someone who works for a similar company now, this notion and the success of this strategy/mindset greatly exaggerated.

Considering how often new projects get axed at Google you couldn’t possibly be safer on average than working on a golden goose (like Search/Android/Maps/etc).


Bullshit. You are just regurgitating the same tired crap that’s been repeated on the Internet for years.


Bummer. Maybe there will be more options when Android 15 launches, it is adding the option to choose the default wallet app.


Security-wise that is significantly worse. Google Pay generates a random card number per transaction and isn’t active when the phone is locked.

I keep my credit cards in an NFC blocking sleeves because the passive NFC can’t be turned off. Someone could literally bump into you and cause a transaction.


Apparently nobody here realizes that Meet is the video chat app for Google’s enterprise work (and school) suite of apps.

It’s not going anywhere…


You and I have wildly different definitions of the word “many” lol



I don’t have a reputable source (only stack overflow) because Google’s docs are misleading. They say you need INTERNET and ACCESS_NETWORK_STATE permissions but it simply isn’t true. I wonder if they regret the decision but can’t change it now because it could break older apps?


Despite widespread misinformation, that isn’t actually true. You DO NOT need to declare the Internet permission in an Android app. Google removed the requirement about 10 years ago when they realized pretty much every single app used the Internet permission. You only need it now if you are using sockets


The UI strings make it pretty clear this is an option the user can choose.


Damn, somehow this place is more toxic than Reddit used to be.


Wut. Why would they bother when your cellular connection is constantly pinging all towers to literally triangulate your location? Why do something much more complicated to get data they already have?

The real answer is they are a multi billion dollar company with telemetry. Obviously, the vast majority of people never turn off WiFi or Bluetooth. Most people want quick access to connect to a WiFi network or Bluetooth device, not to toggle either off.


It’s not an assumption. They obviously have telemetry that shows the vast majority of people never turn Bluetooth or WiFi off.


It’s actually even better than that. Because this is an OS provided picker the app only gets access to the photos you select, instead of all of your photos.



I don’t believe has an option to encrypt notification content either.

This is not an option you would actually want from any service.

You don’t want to be giving the plain text message to anyone to encrypt. Instead the notification contents should be given to the service provider (FCM or anyone else) already encrypted and only able to be decrypted by the app.


There is nothing stopping you from encrypting the payload instead of sending plain text.