this post was submitted on 27 Feb 2025
1021 points (96.7% liked)

Technology

63614 readers
5670 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Per one tech forum this week: “Google has quietly installed an app on all Android devices called ‘Android System SafetyCore’. It claims to be a ‘security’ application, but whilst running in the background, it collects call logs, contacts, location, your microphone, and much more making this application ‘spyware’ and a HUGE privacy concern. It is strongly advised to uninstall this program if you can. To do this, navigate to 'Settings’ > 'Apps’, then delete the application.”

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 days ago (4 children)

Seems to be innocuous, but there's no harm in removing it. Next update, it'll be returned, so the better solution long-term will be (if you're rooted) is to use an application to freeze it, which effectively disables it and it should survive and update. If you delete the app, a new update will put it back.

[–] [email protected] 6 points 3 days ago (1 children)

Jokes on you my phone is so old it hasn't updated in 4 years

[–] [email protected] 3 points 3 days ago

Who would have thought the best security practice would turn out to be having devices too old to be updated with spyware? No jokes

[–] [email protected] 5 points 3 days ago (2 children)

You can freeze using ADB/Shizuku as well. No root needed.

[–] [email protected] 2 points 3 days ago (1 children)

If you freeze via non-room methods, updating the apk will re-enable it. So it's the same situation as just removing the apk--it'll basically re-enable itself.

[–] [email protected] 2 points 3 days ago (1 children)

I've never had an app frozen through ADB get auto-updated by the Play Store or Google Services and get re-enabled because of it. An app with an update available will even disappear from the Update list if disabled, and in order to update it you have to enable it first.

[–] [email protected] 4 points 3 days ago (1 children)

Freezing an app in an non-root fashion doesn't do anything special. It's moved to a different location and is effectively "removed" from a runnable state. The OS shows it as disabled/removed, but the files are still there. Newer versions of android (14+) will recognize applications it thinks are necessary (like this one, from Google) are moved/disabled and will pull a new apk during the upgrade process. It effectively re-installs the app.

[–] [email protected] 2 points 3 days ago

By upgrade, do you mean OS upgrade?

[–] [email protected] 1 points 3 days ago (1 children)
[–] [email protected] 4 points 3 days ago

Using ADB:

adb shell pm disable-user --user 0 com.google.android.safetycore 

If you have Shizuku and aShell/ShizuShell installed, then just run this command in aShell:

pm disable-user --user 0 com.google.android.safetycore 

Alternatively, for a GUI method, setup Shizuku and then use an app like Hail or Ice Box

[–] [email protected] 2 points 3 days ago (1 children)

I don't see it on the app store to remove anymore

[–] [email protected] 7 points 3 days ago (1 children)
[–] [email protected] 1 points 3 days ago (1 children)

did they make it so after people started removing it?

[–] [email protected] 1 points 3 days ago

Nah, for system stuff that updates via Google Play, it's always been like that. Like Android System Webview for example, if you search Google Play for it you only see the Beta and Developer versions of it. You need a direct link to see the default one included with modern Android.

https://play.google.com/store/apps/details?id=com.google.android.webview

[–] [email protected] -1 points 3 days ago (1 children)

or just disable play store and use an alternative store like aurora.

Then it'll never get installed in the first place.

[–] [email protected] 1 points 3 days ago (1 children)

This is incorrect. It's installed silently via a background OTA. It's never installed purposefully through the google play store.

[–] [email protected] 0 points 3 days ago

It's not installed with OTA, but through Play Services. I use microG and never will have any issue with apps auto-installing.