[Q] Modifying Facebook APK to allow contact syncing - Android Q&A, Help & Troubleshooting

I am wondering if there is a way to modify the Facebook APK to get contact sync working without modifying ContactProvider.apk as I am using a non rooted phone and don't want to root just for this. In the past I have used HaxSync but with the latest Facebook APIs that no longer works.
Is it simply a case of adding the WRITE_CONTACTS permission to the Facebook APK and if so is that (easily) possible?
Thanks for any help, if there is a better subforum for this type of thing please let me know also, thanks.

I don't believe it is app specific, it's through their servers, if I understand the problem correctly. The only thing I have seen from the apps that used to work is they say the contact has to grant permission to let them sync the info before it will work. This seems like just modding the app will not be enough to help accomplish what you are trying to do.

es0tericcha0s said:
I don't believe it is app specific, it's through their servers, if I understand the problem correctly. The only thing I have seen from the apps that used to work is they say the contact has to grant permission to let them sync the info before it will work. This seems like just modding the app will not be enough to help accomplish what you are trying to do.
Click to expand...
Click to collapse
For third party apps, (e.g. HaxSync, UberSync etc.) what you're saying is true. These apps no longer function due to server side changes by Facebook in the form of updated APIs (as I mentioned in the OP).
However I am talking about the official Facebook app. With this app, the contact sync still works perfectly, on ROMs where ContactsProvider.apk is modified to explicitly grant permission to the Facebook app (com.facebook.katana) to write contacts, without the app itself requiring the permission that every other app needs. OEMs such as Samsung modify ContactsProvider.apk in this way so as to allow Facebook to sync (by basically adding an exception to the permission check). There are also flashable mods for custom ROMs, as well as an Xposed module which performs this task. Obviously these require unlocked bootloader & custom recovery, or root & Xposed respectively.
However, I believe that if the app itself is modified to require this permission (i.e. android.permission.WRITE_CONTACTS, it should also work, without requiring an exception in ContactsProvider.apk.
The reason modifying ContactsProvider is "preferred" by most is that doing it that way allows the app to be installed from the Play store and thus maintain auto-updates, whereas if you modify the APK you no longer get auto-updates, and would have to manually update. But that's worth it to me to get contact syncing working.
EDIT: On closer inspection, it may be more complicated than I thought. The Facebook app already has this permission, there must be something else preventing it from functioning. I still believe it is possible to get it working simply by modifying the APK, but it is likely beyond my capabilities.

SifJar said:
I am wondering if there is a way to modify the Facebook APK to get contact sync working without modifying ContactProvider.apk as I am using a non rooted phone and don't want to root just for this. In the past I have used HaxSync but with the latest Facebook APIs that no longer works.
Is it simply a case of adding the WRITE_CONTACTS permission to the Facebook APK and if so is that (easily) possible?
Thanks for any help, if there is a better subforum for this type of thing please let me know also, thanks.
Click to expand...
Click to collapse
Actually this fiasco started a couple of years ago. When Facebook & Google had a spat over data sharing. Facebook app has the support to sync contacts. But it is not natively supported. It is just a matter of 0 & 1. But OEM like Samsung, HTC have made contract with Facebook individually, so it is supported on those phones.
For syncing, if you are rooted you can use an Xposed module here in XDA. It's something like Xfbmod. And for the apps, Sync.me still works like a charm. I used it just a while ago.

Dexter_S said:
Actually this fiasco started a couple of years ago. When Facebook & Google had a spat over data sharing. Facebook app has the support to sync contacts. But it is not natively supported. It is just a matter of 0 & 1. But OEM like Samsung, HTC have made contract with Facebook individually, so it is supported on those phones.
For syncing, if you are rooted you can use an Xposed module here in XDA. It's something like Xfbmod. And for the apps, Sync.me still works like a charm. I used it just a while ago.
Click to expand...
Click to collapse
I've seen a few forum posts referencing things along these lines, but I have found absolutely zero concrete evidence of such a "spat". There is nothing in Android to specifically disallow FB syncing, the OEMs that support it have modified the framework to explicitly grant the app permission. For a reference on this, check the CM gerrit issue about this. To quote Steve Klondik (founder of CM) on this:
Yeah, screw Facebook. We should not be hacking up the framework because they won't fix their app.
Click to expand...
Click to collapse
The OEMs have decided to make a workaround, for their users benefit. Not because they have some contract, of which I have seen no evidence. The issue is with Facebook's app and their refusal to fix the issue.
As I mentioned in the OP if you bothered to read it, I am not rooted and do not want to be, and am also fully aware of the Xposed module.
As for Sync.ME, I installed it the other day and it asked straight away to upload all my contact data to their servers. It's not my place to put the details of my friends and family in the hands of some company I'm not particularly familiar with.

Tip: Installing Facebook APK version 28 or lower will give you the ability to sync contacts again. Updating to the latest version will still allow you to sync for a limited amount of time until it re-downloads updated configuration files (I think?). So I think the problem is just some config or database file disabling the feature.

ArmsAsuncion said:
Tip: Installing Facebook APK version 28 or lower will give you the ability to sync contacts again. Updating to the latest version will still allow you to sync for a limited amount of time until it re-downloads updated configuration files (I think?). So I think the problem is just some config or database file disabling the feature.
Click to expand...
Click to collapse
I installed version 28 and got no option to sync. Are you on AOSP or some OEM/custom ROM? Version 28 was released long after sync stopped working on the official FB app for myself and many other people.

SifJar said:
I installed version 28 and got no option to sync. Are you on AOSP or some OEM/custom ROM? Version 28 was released long after sync stopped working on the official FB app for myself and many other people.
Click to expand...
Click to collapse
I'm using Samsung Note 4 official rom. Try older ones? Mine doesn't have sync if I use versions above 28. It stopped working for me around October 1st week (Version 49). So when I want to sync, I have a titanuim backup of my version 24 data and just restore it (without restoring app itself). That way I can sync for a few minutes until the menu disappears again.
Edit: read the whole thread and I see that the problem was on other roms only. But nevertheless, Facebook disabled contacts syncing for all phones now since around version 40+. Only way to make it work is to downgrade or the steps I used above.

Related

Spyware, and how to figure out what installed it.

Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
viogrep said:
Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
Click to expand...
Click to collapse
Install a android antivirus and firewall like Lookout.
Sent from my GingerBread Eris using XDA App
lookout finds nothing. All the other AV software fails to install. "Unknown error -18"
i have plenty of free space.
viogrep,
I wrote a novel, but then thought I should just ask a few preliminary questions:
Q1) does the error message contain any useful "hints", such as the destination number ?
Q2) if you use a logcat - capturing app, does anything show up in the logcat right around the time the message is generated which might provide some further clues?
There's a lot of different techniques you can use, but they require a bit of effort - not only to perform, but to explain, too.
Q3) Are you willing to post up the output of the "ps" command to a pastebin?
Q4) What apps on your phone request "SEND_SMS" privileges? You can find out with
Code:
strings /data/system/packages.xml > /sdcard/strings-pkgs-xml.txt
and then poking through the "strings-pkgs-xml.txt" file. When you see (for instance)
name="android.permission.SEND_SMS"
the immediately prior package is what requested it. Either that or you can do something tricky like
Code:
strings /data/system/packages.xml | awk '/<package name/{pkg=$2;}; /_SMS/{print pkg, $2;}'
bftb0
1. No destination number in the error. Sorry.
2. Also, no clues in logcat from what I've seen.
3. PS > http://pastebin.com/iUAfP9Yb
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Going to try to call my provider and see if I can get the number that's been denied because of funds.
*edit* No luck with provider.
I'd really like to know whats doing it so I don't install the same app once I flash. Luckily I keep nothing important on my phone. Its gmail account is actually a duplicate with my original forwarding to it. I'm a tiny bit overprotective over my email(address). :x
viogrep said:
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Click to expand...
Click to collapse
I know that it isn't necessarily this simple, but if that really is the only other app besides the GAPPs with SMS priveledges, especially coupled with the knowledge that the SMS capability is new, I think you have your answer.
If you tried a new ROM and restored all but that one app, and the problem never happens again then you can be 95% sure. Only way to be 100% sure is that after a certain length of time without a problem (a week?) you reinstall Koxx and then if the problem starts happening again.
I looked through your "ps" listing.
Didn't see anything too obvious sticking out at me; there were a couple of non-market apps running though. I know that there is no theoretical reason why non-market apps would be malicious - on the other hand, I sort of wonder why they are not on the market... you know what I mean? What is stopping them? (In the case of Tubemate - which was actually kicked off of Google's market, my suspicions are even higher. I realize it was not kicked off because of malware; but still...)
These were the only processes that were either not on my phone, or I didn't really recognize.
Code:
com.dylan.tube = [Non-Market App] Tubemate
com.gau.golauncherex.notification = GO Launcher EX (READ SMS)
com.levelup.beautifulwidgets = Beautiful Widgets (LevelUp)?
com.revsodev.volumecontrol = [Non-Market App] Volume Control (Cyrket?)
com.swype.android.inputmethod = Swype?
com.tencent.research.drop = QQPlayer (no perms req'd?)
net.bajawa.battery = BattStatt (no perms req'd?)
org.sipdroid.sipua = Sipdroid VoIP + video
The Road Warrior has an idea which is sort of useful; but I'll modify it to use binary division.
Start with a freshly installed, clean ROM, and only install half of your apps. (I would put all of your most frequently used apps in the first half, and delay any non-market apps as long as possible). Here's how this goes:
- if the "half" you put on the phone is trouble-free (long enough to know the SMS popup thing is not going on), then, install half of the remaining apps, and wait again to see if there is a problem.
- if the "half" you put on the phone develops trouble, then you know that the problem app is in that group. Wipe the phone and re-install all prior "halves" (that caused no trouble), but split the current half (the group containing the suspect app) in half, and only install that. Proceed in this fashion until you are down to the app which causes the trouble.
If you have 128 apps on your phone, and you wait 1 day between installations, it will take 7 days to find the malicious app. (And if you don't get a failure within the first two days, your phone will have 3/4s of it's apps installed - that's not too bad).
The thing is though, even if you had an app compromise your phone, it might not be an "app" that is doing the dirty work any longer. For example, the most recently discovered malware ran rooting exploits against the device, and once successful, downloaded and installed "other stuff". That "other stuff" could be native binaries. So, examining permissions in the system manifest doesn't necessarily guarantee that you have exhaustively looked at your phone, or discovered all possible means of interacting with the SMS system.
It might be "just an app", though - and if it were me, the first ones that I would suspect are non-Market apps, or apps that *cough* got downloaded from "freeware" sites.
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
I had a game from a Chinese developer that stole my gmail. Log into yours from the website and see if you get a red warning.
Sent from my GSBv1.9 ERIS using XDA App
viogrep said:
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
Click to expand...
Click to collapse
I'm always amazed when something I suggested actually works. LOL. It's just that I'm used to things being more complicated than I hope.
Glad you figured out the trouble!
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
viogrep said:
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
Click to expand...
Click to collapse
You're welcome. You could just change your password from the web if your phone gets stolen.
Especially since it's the gmail address you use on your phone that everything is sync'd to, not the one that's forwarding to it. So if you got another Android phone you'd lose all your contact info and bought and installed apps info, calendar and such. Unless you sync them manually which is so much harder in my experience.
Or you could use one of the many free apps out there that would let you remotely do many things to your phone. Turn the GPS on, triangulate your phone, make your phone scream, do a factory reset to erase everything...
Just a suggestion.

My Rooting Experience.

So, got the nook tablet this morning, and decided to perform the permanent root here
Getting following instructions I was able to root the device on my first try. I began to setup the normal functions for me, exchange email Facebook etc.
FB is not compatible, i'm familliar with the HD2 and market problems with the dpi setting causing some market apps not to be compatible. I'll play with the build.prop and try to find a few good settings....maybe.
well, while setting up email I began to get FC when it would try and allow permissions from the exchange server to control the device (wipe/lock/etc)
Then settings started to FC as well as browser. So what do you do when that happens? why, you FNR (format n restore) of course! So i decided to wipe the nook and start over.
That's where my real fun began.
I don't know how to use adb, so I didn't use that to push applications after the FNR, so don't say "why didn't you just use adb to blah blah..noob..."
I tried to run the script again from the link above, but of course the device was already rooted. Ok, I went looking for a unroot and found the one click unroot. Unfortunatly since I had already FNR the device, su and everything else was gone. the one click did not work for me because of the state I put it in.
dig....read...surf....found a reference to an app but all links to that article on xda were 404.
found online nomoarzergy.zip (giyf)
Ran this, rebooted, then I was able to use the nookandzergy.bat to reroot and debloat.
I have tried the go laucher and the honeycomb launcher but both FC on the mail app with exchange.
Do a search on exchange - I seem to remember a thread here discussing that exchange e-mail won't work on the NT.
~ G
i'll dig...playing with new toys right now.
servergod said:
I tried to run the script again from the link above, but of course the device was already rooted.
Click to expand...
Click to collapse
Then you did not correctly do a factory reset, you did a soft reset. Start there and it should fix all the issues.
From what I have read, it looks like B&N crippled activesync security support in their code. Probably so that they could then sell users TouchDown from their app store. TouchDown will work, but it is pricey. I have been looking into the process of restoring or adding the activesync protocols back in to the NT, but haven't spent much time on it. Shafty023 has developed an e-mail apk that "fools" the Exchange server in some cases. You can find it by searching "Shafty023 email." I have not tried it yet, but another poster has reported that it allowed him to access his Exchange email on his NT.
Eustace2 said:
From what I have read, it looks like B&N crippled activesync security support in their code. Probably so that they could then sell users TouchDown from their app store. TouchDown will work, but it is pricey. I have been looking into the process of restoring or adding the activesync protocols back in to the NT, but haven't spent much time on it. Shafty023 has developed an e-mail apk that "fools" the Exchange server in some cases. You can find it by searching "Shafty023 email." I have not tried it yet, but another poster has reported that it allowed him to access his Exchange email on his NT.
Click to expand...
Click to collapse
Yeah this is the one: http://forum.xda-developers.com/showpost.php?p=8007001&postcount=1 - Users just have to replace the original email.apk for this one MANUALLY. The same dev is also the creator of enhanced email which is an excellent app but it is not free.
Veronica
That is helpful information. I didn't know it was the same developer. EE is more reasonably priced than TouchDown. Do you know if EE will pull data into the Calendar and Contact apps loaded with the indirect root? I may test it with the file you link to and ,if it works, buy EE to get the upgrades.
Thanks,
David

[APP] Multi-User App Share

I have created an app that will help share apps across users on google's new 4.2 multi user feature.
Thanks to mentose457 and unwired for giving me the idea.
see this thread (http://forum.xda-developers.com/showthread.php?t=1994169)
It works by removing package elements from user's package-restriction.xml file to add the app and adding the package element back to remove the app. (located at \data\system\users\10\package-restrictions.xml where 10 is the user's id)
This is quickly thrown together and will likely have a ton of bugs, but I wanted to go ahead and get it out there for testing.
- This is BETA
-You must have ROOT
- This changes system data on non documented files it could screw something up.
- I'm not responsible for any problems this causes or lost data or bricked or broken devices
- please use cation
- it is currently built to run on main user to enable or disable apps on secondary users (once root is fully working on secondary users I will see about making it run correctly on secondary user's account)
- not tested thoroughly with paid apps*
- does not currently support system apps**
- due to the way I pull the app list from the package manager some installed apps may not show as available to add/remove
- apps installed first on a secondary user's profile will probably not show in the list to add/remove
*paid apps seemed to work but I did not have internet access during testing. My theory is that any paid apps that use Google's license verification will not work or not work for long. So adding your Google Account to the secondary user's play store is probably still the best way to share paid apps.
**The entries in the xml for system apps is different. Therefore I will have to research them more before getting it to work or deciding not to mess with those apps. Currently some will show not installed on other users even though they are and removing/adding them will not work correctly.
------> DOWNLOAD HERE https://play.google.com/store/apps/...tm_medium=forum&utm_campaign=app_announcement
I'd love to get feedback to what is working and what is not. Also if anybody figures out anything more about the package-restriction.xml file I'd love to hear it. Especially when it comes to system apps.
wow this sounds great, Thanks
after using this app i can no longer use any secondary user account. i started it from the main account, changed the visibility for some apps, restarted. now when i log into the secondary account i get FCs for all apps that try to start. I can manage to pull down the notification and access the settings from there and uninstall apps and so on, but that doesn't really help.
i then created a completly new user but it's exactly the same there. primary user is still working fine.
any idea what's going on?
Tapatalked
Are you sure those apps work correctly under secondary users? There are some apps that don't access the sdcard the correct way that will not work under secondary users until the dev fixes the app.
Try downloading the apps that you had trouble with directly from the play store and see if they work.
nvm, sorry. I had installed a theme at the same time I installed your app and apparently CM10.1 doesn't like themes on secondary users. Didn't think a theme could have such an effect so blamed your app
No problem. Glad you got it figured out.

[Q] Deactivation of device administrator fails (Lotus Notes Traveler + HTC One X)

Hello all,
after receiving the recent update for my HTC One X (stock ROM, now Sense 5.0 and Android 4.2.2), the Notes Traveler app for my work e-mails is causing problems (it seems to lose account information regularly and notifies me of failed sync). Since it is about to be replaced soon anyway, I wanted to uninstall the app, which is not possible:
I tried to deactivate the device administrator for Lotus Notes in the system security settings. The checkbox remains checked after deactivation, although there was no error message.
After that, I tried to uninstall the app using the app management in system settings. However, the button for uninstalling is still deactivated.
When I go to device admins again and tap Lotus Notes in the list, it asks me if I want to activate it as administrator again. So here it seems as if it was removed from the admins, although the checkbox in the list is always checked.
The same happens when I start Notes Traveler while Lotus Notes is seemingly not an activated administrator. I can then re-enter my password and the sync works for a while (less than 1 day) before it loses the password again and re-entering won't fix the problem unless I try removing Lotus Notes from the device admins (which causes all Traveler data to be wiped).
So it seems that the removal of Lotus Notes from device administrators does not work properly. Although I am asked for reactivation when I start the app again, the administrator is still active somewhere in the system and prevents uninstallation of the app.
Did anyone have a similar problem with device administration? Can I get rid of Notes Traveler without wiping my phone or damaging anything on it?
I already asked HTC support but they only wrote that the system update often cannot be extracted completely and the only way to fix it was to wipe the phone. However, I never received any error message during or after the update and everything else is working perfectly well. Therefore I doubt that it is caused by a failed system update installation.
Hm, did nobody else have this problem so far? Or anything similar? No one with enough knowledge of the Android system who can tell me if there's any other way than the official to get rid of that thing?
hanvie said:
Hm, did nobody else have this problem so far? Or anything similar? No one with enough knowledge of the Android system who can tell me if there's any other way than the official to get rid of that thing?
Click to expand...
Click to collapse
Suspect the majority of users here have never used Lotus Notes or even know of it, and for that they're very lucky and should grateful
http://www.ihatelotusnotes.com
I installed LN Traveler on CM 9 and promptly removed it once I knew it wanted Device Admin permissions: A gross intrusion of privacy and control. Instead I bought and installed Touchdown by Nitro. I knew this won't help you out, but I thought your post required some acknowledgment.
Thanks for answering. I don't like Notes very much either. I already did a factory reset of my HOX to remove that thing, it was not as much work to restore everything as I thought. However, some settings (e.g. ringtones) were not restored by HTC Backup which was a little annoying but okay.
i am also having the same problem with my micromax canvas 2 pus a110q
hanvie said:
Hm, did nobody else have this problem so far? Or anything similar? No one with enough knowledge of the Android system who can tell me if there's any other way than the official to get rid of that thing?
Click to expand...
Click to collapse
as i installed CM security now i want to uninstall it . but device administrator is no deactivating

How to stop apps from viewing my installed apps?

Does anyone know of any way to block/stop apps such as Facebook from viewing my other installed apps?
With the new Facebook update they've now got tracking of your off Facebook activity. Its in your settings and it's called, Off Facebook Activity.
Don't believe me? Check, it's deffinatelly there now in latest update.
I know can turn it off but them being able to see my other apps and to see what I do on there just annoys me.
Is there any way that I can prevent them from seeing my apps.
Also some things I've googled have ended up getting my email address as got emails about what I searched.
I have ap-ops which don't have option to block it, I have xposed which I don't like to use as it stops other apps from functioning but I might start using it again if it stops this. Also I have magisk installed and rooted via this.
I have a Samsung galaxy S7.
Hope there's a way to do this, any apps or any other way that anyone knows.
Thank you.
Guestme said:
Does anyone know of any way to block/stop apps such as Facebook from viewing my other installed apps?
With the new Facebook update they've now got tracking of your off Facebook activity. Its in your settings and it's called, Off Facebook Activity.
Don't believe me? Check, it's deffinatelly there now in latest update.
I know can turn it off but them being able to see my other apps and to see what I do on there just annoys me.
Is there any way that I can prevent them from seeing my apps.
Also some things I've googled have ended up getting my email address as got emails about what I searched.
I have ap-ops which don't have option to block it, I have xposed which I don't like to use as it stops other apps from functioning but I might start using it again if it stops this. Also I have magisk installed and rooted via this.
I have a Samsung galaxy S7.
Hope there's a way to do this, any apps or any other way that anyone knows.
Thank you.
Click to expand...
Click to collapse
Install titanium backup and use it to uninstall Facebook?
Sent from my LM-G850 using Tapatalk
Night_1 said:
Install titanium backup and use it to uninstall Facebook?
Sent from my LM-G850 using Tapatalk
Click to expand...
Click to collapse
I've uninstalled it for now, didn't need titanium though.
Can use Facebook via a browser instead.
Thanks. Would be good if a way to block even browsers from viewing apps and getting my email address.
@Guestme
You always can try to turn of and/or revoke an user-app's permission. Of course it then may happen that app is no longer properly functioning.
Below are the app permissions available on Android 6.0 and up. The permissions you see on your device may vary by manufacturer.
Body Sensors
Calendar
Camera
Contacts
Location
Microphone
Phone
SMS
Storage
Note: If device is running a version lower than Android 6.0, go to review app permissions for more information about how permissions work on your device.
jwoegerbauer said:
@Guestme
You always can try to turn of and/or revoke an user-app's permission. Of course it then may happen that app is no longer properly functioning.
Below are the app permissions available on Android 6.0 and up. The permissions you see on your device may vary by manufacturer.
Body Sensors
Calendar
Camera
Contacts
Location
Microphone
Phone
SMS
Storage
Note: If device is running a version lower than Android 6.0, go to review app permissions for more information about how permissions work on your device.
Click to expand...
Click to collapse
I did disable all Facebook permissions but still had my off of Facebook apps information. Who knows if other apps are doing the same thing, I block all unneeded permissions in all my apps and keep them frozen until I need to use them. Thanks for your reply.

Categories

Resources