Disgusting config files preinstalled on my system

I wanted to share this with you.

A file named facebook_privapp_permissions.xml found in the my_bigball partition on my realme device

<?xml version="1.0" encoding="utf-8"?>
<permissions>
  <privapp-permissions package="com.facebook.system">
    <permission name="android.permission.REAL_GET_TASKS"/>
    <permission name="android.permission.INSTALL_PACKAGES"/>
    <permission name="android.permission.DELETE_PACKAGES"/>
    <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
  </privapp-permissions>

  <privapp-permissions package="com.facebook.services">
    <permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"/>
  </privapp-permissions>
</permissions>

Another file named facebook_sysconfig.xml on the same partition

<?xml version="1.0" encoding="utf-8"?>
<config>
    <allow-in-power-save package="com.facebook.services" />
    <allow-in-power-save-except-idle package="com.facebook.appmanager"/>
    <hidden-api-whitelisted-app package="com.facebook.appmanager" />
    <hidden-api-whitelisted-app package="com.facebook.system" />
    <hidden-api-whitelisted-app package="com.facebook.services" />
</config>

I don’t even have facebook installed on my device
Why does facebook get these permissions by default
and why do they make it active even in power saving mode
Why does it have the permission to install and uninstall packages without my consent
Why does it have the permission to know which app I run.

All of this with the fact that it is preinstalled even if you don’t have facebook installed is disgusting.

2 posts were merged into an existing topic: Off topic discussions only