H0XH4

Facebook app is privacy killer!

Jan 3rd, 2017
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.19 KB | None | 0 0
  1. Very, very interesting parts of the Facebook app! To clarify what is confirmed being tracked in the background:
  2.  
  3. 1)Your phone contacts
  4. 2)Your location
  5. 3)The accelerometer data for your phone
  6. 4)If you are/become connected to wifi
  7. 5)if your battery becomes low
  8. 6)If you are in peak data hours
  9. 7)If your data becomes low
  10.  
  11. Remove Facebook app from mobile devices, and use web version at the very least.:
  12.  
  13. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:name="com.facebook.backgroundlocation.nux.BackgroundLocationOnePageNuxActivity" android:screenOrientation="portrait" android:theme="@style/Theme.BackgroundLocationNux.OnePage"/>
  14. <service android:exported="false" android:name="com.facebook.backgroundlocation.reporting.BackgroundLocationReportingNewImplService"/>
  15. <service android:exported="false" android:name="com.facebook.backgroundlocation.reporting.GeofenceLocationTracker$GeofenceLocationMonitorService"/>
  16. <service android:exported="true" android:name="com.facebook.backgroundlocation.reporting.BackgroundLocationReportingGcmUploadService" android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE">
  17. <intent-filter>
  18. <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
  19. </intent-filter>
  20. </service>
  21. <service android:exported="false" android:name="com.facebook.backgroundlocation.reporting.BackgroundLocationReportingGcmUploadSchedulerService">
  22. <intent-filter>
  23. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_ACTION_LOCATION_UPDATE_FROM_LOCATION_PROVIDER"/>
  24. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_ACTION_UPLOAD_LOCATION"/>
  25. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_ACTION_SCHEDULE_LOCATION_UPLOAD"/>
  26. </intent-filter>
  27. </service>
  28. <service android:exported="false" android:name="com.facebook.backgroundlocation.reporting.UserActivityDetector$UserActivitySamplingService"/>
  29. <service android:exported="false" android:name="com.facebook.backgroundlocation.reporting.monitors.AccelerometerMotionDetectorService"/>
  30. <service android:exported="true" android:name="com.facebook.backgroundlocation.reporting.wifi.WifiCollectorGCMTaskService" android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE">
  31. <meta-data android:name="com.facebook.common.jobscheduler.compat.jobIds" android:resource="@array/jobscheduler_ambient_wifi_collection_service_ids"/>
  32. <intent-filter>
  33. <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
  34. </intent-filter>
  35. </service>
  36. <service android:exported="false" android:name="com.facebook.backgroundlocation.reporting.wifi.WifiCollectorJobService" android:permission="android.permission.BIND_JOB_SERVICE">
  37. <meta-data android:name="com.facebook.common.jobscheduler.compat.jobIds" android:resource="@array/jobscheduler_ambient_wifi_collection_service_ids"/>
  38. </service>
  39. <receiver android:name="com.facebook.backgroundlocation.reporting.BackgroundLocationReportingBroadcastReceiver" android:permission="com.facebook.permission.prod.FB_APP_COMMUNICATION">
  40. <intent-filter>
  41. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_SETTINGS_REQUEST_REFRESH_ACTION"/>
  42. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_ACTION_FETCH_IS_ENABLED_FINISHED"/>
  43. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_SETTINGS_CHANGED_ACTION"/>
  44. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_ACTION_LOCATION_UPDATE"/>
  45. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_ACTION_WRITE_FINISHED"/>
  46. <action android:name="com.facebook.intent.action.prod.BACKGROUND_LOCATION_REPORTING_ACTION_OBTAIN_SINGLE_LOCATION_FINISHED"/>
  47. </intent-filter>
  48. </receiver>
  49. <receiver android:exported="false" android:name="com.facebook.backgroundlocation.reporting.BackgroundLocationReportingDeviceSettingsBroadcastReceiver">
  50. <intent-filter>
  51. <action android:name="android.location.PROVIDERS_CHANGED"/>
  52. <category android:name="android.intent.category.DEFAULT"/>
  53. </intent-filter>
  54. </receiver>
  55. <receiver android:exported="false" android:name="com.facebook.backgroundlocation.reporting.monitors.AccelerometerMotionDetectorReceiver"/>
  56. <receiver android:exported="false" android:name="com.facebook.backgroundlocation.reporting.monitors.SpeedChangeMonitorReceiver"/>
  57. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:name="com.facebook.backgroundlocation.settings.BackgroundLocationSettingsActivity" android:theme="@style/Theme.BackgroundLocationSettings" android:windowSoftInputMode="stateAlwaysHidden"/>
  58. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:exported="false" android:name="com.facebook.backgroundlocation.upsell.BackgroundLocationResurrectionActivity" android:screenOrientation="portrait"/>
  59. <activity android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:exported="false" android:name="com.facebook.backgroundlocation.upsell.UpsellContainerActivity" android:screenOrientation="portrait" android:theme="@style/Theme.Facebook.LocationUpsellDialog.Activity"/>
  60. <activity android:name="com.facebook.backstage.app.BackstageActivity" android:screenOrientation="portrait" android:theme="@style/ThemeWithoutOverlay"/>
  61. <activity android:name="com.facebook.backstage.app.BackstageCameraActivity" android:screenOrientation="portrait" android:theme="@style/ThemeWithoutOverlay"/>
  62. <activity android:name="com.facebook.backstage.app.BackstageImportActivity" android:screenOrientation="portrait" android:theme="@style/ThemeWithoutOverlay"/>
  63. <activity android:launchMode="singleTop" android:name="com.facebook.backstage.app.SnacksReplyThreadActivity" android:screenOrientation="portrait" android:theme="@style/SnackReplyThreadActivityStyle" android:windowSoftInputMode="adjustNothing"/>
  64. <activity android:name="com.facebook.backstage.app.SnacksProfileActivity" android:screenOrientation="portrait" android:theme="@style/ThemeWithoutOverlay"/>
  65. <service android:name="com.facebook.backstage.consumption.BackstagePrefetchService"/>
  66. <service android:exported="false" android:name="com.facebook.backstage.consumption.upload.BackstageUploadService"/>
  67. <service android:exported="false" android:name="com.facebook.battery.monitor.ContinuousBatteryMonitorService"/>
  68. <receiver android:name="com.facebook.battery.monitor.ContinuousBatteryMonitorService$BroadcastReceiver">
  69. <intent-filter>
  70. <action android:name="android.intent.action.ACTION_BOOT_COMPLETED"/>
  71. <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/>
  72. <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/>
  73. <action android:name="android.intent.action.ACTION_SHUTDOWN"/>
  74. </intent-filter>
  75. </receiver>
Add Comment
Please, Sign In to add comment