Hide Developer Options from an app? - Android Q&A, Help & Troubleshooting

Is there any way to hide the fact that developer mode is enabled from an app?
I'm simply trying to mirror my phone to my PC so i have all of it's functions available here. This is necessary and not something i can do without, because the charger port is broken so it can not charge unless put face down.
To do this however i need to have ADB enabled.
Some of the apps i use however throw a fit because developer options are enabled, even though i'm not doing anything with them.
What do i do?
-If i disable developer mode i can only move/use the phone when it's not charging.
-If i have developer mode enabled, i can't use some of the background apps i want to use all the time.
-If i hide system variables from the app using something like Xposed and rootcloak, it would break google pay.
A) Are there any other apps apart from xposed with the rootcloak module that can hide the developer mode?
B) Is there any way to get a screen and input mirror set up (preferably over IP or wirelessly) without ADB enabled?

So i guess it's impossible then?

It is asked a long time ago but to help other people in the same situation I found an Xposed app in Google Play.
The application is called [XPosed]DevOptsHide
You can download it directly from Google Play but in order for it to work you need to use Xposed or Lposed.
[XPosed]DevOptsHide (Hide deve - Apps on Google Play
Bypasses check of the apps which requires developer options disabled
play.google.com
It is working fine on the Lyf Banking (French) app (for enabling contactless payment) for me rooted with Magisk 25.2 Delta, Zygisk Enabled, and Lposed (Zygisk) on Pixel 7.
Hope it helps others.

Still working on my pixel 5 on the latest update of android 13. Thank you!

Related

[GUIDE] Things to do after rooting Grand Prime, focused on privacy setup mainly.

Hi people!
I recently rooted my grand prime and i want to share the modifications and tweaks that you can apply to your phone.
Mine is the G530FZ, but these can be applied to any grand prime, since this settings are generic even to other phones.
I am very interested in improve the privacy and the functionality of my phone, and some settings don't need root, but im going to share with you anyway since improves your privacy.
HOPE YOU LIKE IT
-----------------------------------------------------------------------------------------------------------------
Enable Dev Options:
Go to About this device, Compilation number and press it repeatedly until it says "Now you are a developer!"
Go back, developer options and tick USB Debugging to enable ADB over USB
-----------------------------------------------------------------------------------------------------------------
I installed Busybox, using Smart Install (Safest), this is important for most of tweaks.
-----------------------------------------------------------------------------------------------------------------
I disabled KNOX, SAMSUNG SUPPORT TOOL and bloats like:
-Play Music
-Play Kiosk
-Play Videos
-Drive
-Samsung Billing
-Play Games
-Galaxy Apps
-Google+
-Samsung Account
-Chrome
And some replaced by:
-Apollo
-FBReader
-MXPlayer
-
-
-
-FDroid (Open Source App Market, your privacy want Open Source!)
-
-
-Firefox
To disable knox and support tool connect your phone through adb or use the terminal emulator and type:
su
pm disable com.sec.knox.seandroid
pm disable com.rsupport.rs.activity.rsupport.aas2
The other apps can be disabled through settings/Application Manager.
------------------------------------------------------------------------------------------------------------------
I installed Xposed Framework, and then this plugins:
-The POWERFUL GravityBox [KK] (Interface and usability tweaks)
-XPrivacy (A privacy manager that lets you choose what information can be read by an application, asking you when the application tries to read something like contacts, use superuser, read messages and so on.)
-XPrivacy in App Info (Injects the XPrivacy settings in app info for the selected app)
-XHalo Floating Windows (Something like a window manager, lets you use apps in the way of windows or anything like that)
-Call Blacklist Pro (The name says all)
-App settings (To fix issues with the dpi change, I will explain it later)
-Xposed Preference Injector (To inject xposed plugins settings on the settings app)
-------------------------------------------------------------------------------------------------------------------
To control what applications connect though WIFI and what though 3G I used AFWall+, and configured it like that:
Mode: Black list (Block Selected) --> This can be done pressing the message that says: Mode: White list (Allow Selected)
On Options/Preferences/UI Preferences I unchecked LAN Control.
Then you can check the apps you want on WIFI, on 3G, on none of that, or unchecked for WIFI and 3G
The first time you need to go to Options/Enable Firewall, and every time you modify the settings press Options/Apply.
Is useful if you have a Bank application and you are afraid about ARP Poisoning on WIFI (Man in the middle) or things like that and you often connect to public WIFI's. You can block WIFI for this app, and let only connect trough 3G.
Or you can block data hungry apps to work only on wifi and mantain your 3G data usage on acceptable limits.
---------------------------------------------------------------------------------------------------------------------
I installed
-Performance Control (The performance app on AOKP I think o.o')
With this app i changed the DPI using the build.prop editor on the last tab, and changed ro.sf.lcd_density to 190
Then you need to use Xposed App Settings plugin to set the DPI's of this apps to 240, because are made to this DPI's and looks ugly, and some even not work:
-Camera
-Contacts
If you have any other app looking ugly after DPI change, use this fix, and tell us here
Also the pin numbers on lockscreen will move to the left, but it works, and if you change the DPI's of com.android.systemui the status bar and the notification bar will look fat... (o-__-O)
Don't change cpu settings, i did that and look that does nothing... XD
----------------------------------------------------------------------------------------------------------------------
Also, I am afraid about predictive keyboards and where they send what they predict, so I installed the only Open Source keyboard I found really useful:
-AnySoftKeyboard
It can be installed from FDroid or Google Play, I think that the google play edition updates often
Play a little bit with the settings to get your keyboard of choice, it can be tricky at first.
-----------------------------------------------------------------------------------------------------------------------
If you are really conscious about your privacy, you can search for the dev reports that apps send to the developers without your consent and disable it, if you don't care about that, this reports can be useful to some devs
And last, and the most conspiranoic app here:
-Android IMSI catcher
This app theorically warns you about IMSI stations near you. This stations are fake GSM antennaes with encryption disabled to hear what you hear and read what you send, explaining it quickly.
I don't know if this app really works, but if it works, and you have spyes around you, tell me if it works ;D
------------------------------------------------------------------------------------------------------------------------
Sorry if i wrote something wrong, I'm don't speak english on my country, I only know the english I learned from series, games and documentation
If you need some screenshots for any explained here, tell me
Cheers!
kentone said:
Hi people!
I recently rooted my grand prime and i want to share the modifications and tweaks that you can apply to your phone.
Mine is the G530FZ, but these can be applied to any grand prime, since this settings are generic even to other phones.
I am very interested in improve the privacy and the functionality of my phone, and some settings don't need root, but im going to share with you anyway since improves your privacy.
HOPE YOU LIKE IT
-----------------------------------------------------------------------------------------------------------------
Enable Dev Options:
Go to About this device, Compilation number and press it repeatedly until it says "Now you are a developer!"
Go back, developer options and tick USB Debugging to enable ADB over USB
-----------------------------------------------------------------------------------------------------------------
I installed Busybox, using Smart Install (Safest), this is important for most of tweaks.
-----------------------------------------------------------------------------------------------------------------
I disabled KNOX, SAMSUNG SUPPORT TOOL and bloats like:
-Play Music
-Play Kiosk
-Play Videos
-Drive
-Samsung Billing
-Play Games
-Galaxy Apps
-Google+
-Samsung Account
-Chrome
And some replaced by:
-Apollo
-FBReader
-MXPlayer
-
-
-
-FDroid (Open Source App Market, your privacy want Open Source!)
-
-
-Firefox
To disable knox and support tool connect your phone through adb or use the terminal emulator and type:
su
pm disable com.sec.knox.seandroid
pm disable com.rsupport.rs.activity.rsupport.aas2
The other apps can be disabled through settings/Application Manager.
------------------------------------------------------------------------------------------------------------------
I installed Xposed Framework, and then this plugins:
-The POWERFUL GravityBox [KK] (Interface and usability tweaks)
-XPrivacy (A privacy manager that lets you choose what information can be read by an application, asking you when the application tries to read something like contacts, use superuser, read messages and so on.)
-XPrivacy in App Info (Injects the XPrivacy settings in app info for the selected app)
-XHalo Floating Windows (Something like a window manager, lets you use apps in the way of windows or anything like that)
-Call Blacklist Pro (The name says all)
-App settings (To fix issues with the dpi change, I will explain it later)
-Xposed Preference Injector (To inject xposed plugins settings on the settings app)
-------------------------------------------------------------------------------------------------------------------
To control what applications connect though WIFI and what though 3G I used AFWall+, and configured it like that:
Mode: Black list (Block Selected) --> This can be done pressing the message that says: Mode: White list (Allow Selected)
On Options/Preferences/UI Preferences I unchecked LAN Control.
Then you can check the apps you want on WIFI, on 3G, on none of that, or unchecked for WIFI and 3G
The first time you need to go to Options/Enable Firewall, and every time you modify the settings press Options/Apply.
Is useful if you have a Bank application and you are afraid about ARP Poisoning on WIFI (Man in the middle) or things like that and you often connect to public WIFI's. You can block WIFI for this app, and let only connect trough 3G.
Or you can block data hungry apps to work only on wifi and mantain your 3G data usage on acceptable limits.
---------------------------------------------------------------------------------------------------------------------
I installed
-Performance Control (The performance app on AOKP I think o.o')
With this app i changed the DPI using the build.prop editor on the last tab, and changed ro.sf.lcd_density to 190
Then you need to use Xposed App Settings plugin to set the DPI's of this apps to 240, because are made to this DPI's and looks ugly, and some even not work:
-Camera
-Contacts
If you have any other app looking ugly after DPI change, use this fix, and tell us here
Also the pin numbers on lockscreen will move to the left, but it works, and if you change the DPI's of com.android.systemui the status bar and the notification bar will look fat... (o-__-O)
Don't change cpu settings, i did that and look that does nothing... XD
----------------------------------------------------------------------------------------------------------------------
Also, I am afraid about predictive keyboards and where they send what they predict, so I installed the only Open Source keyboard I found really useful:
-AnySoftKeyboard
It can be installed from FDroid or Google Play, I think that the google play edition updates often
Play a little bit with the settings to get your keyboard of choice, it can be tricky at first.
-----------------------------------------------------------------------------------------------------------------------
If you are really conscious about your privacy, you can search for the dev reports that apps send to the developers without your consent and disable it, if you don't care about that, this reports can be useful to some devs
And last, and the most conspiranoic app here:
-Android IMSI catcher
This app theorically warns you about IMSI stations near you. This stations are fake GSM antennaes with encryption disabled to hear what you hear and read what you send, explaining it quickly.
I don't know if this app really works, but if it works, and you have spyes around you, tell me if it works ;D
------------------------------------------------------------------------------------------------------------------------
Sorry if i wrote something wrong, I'm don't speak english on my country, I only know the english I learned from series, games and documentation
If you need some screenshots for any explained here, tell me
Cheers!
Click to expand...
Click to collapse
After rooting your G530 is booting normally?
To remove system apps Nobloat app is a option for users not familiarized with adb prompt & comand lines.
Nope, i need to install phillz recovery to avoid recovery on reset, besides that is working fine
Cheers.
kentone said:
Nope, i need to install phillz recovery to avoid recovery on reset, besides that is working fine
Cheers.
Click to expand...
Click to collapse
i installed philz recovery but still doing manual reboot
The post by yhazarous contains the instruction, i don't tried it yet?
Sent from my SM-G530FZ using XDA Free mobile app
Add Wanam Xposed to that list. It works awesome.
imkhalid said:
i installed philz recovery but still doing manual reboot
Click to expand...
Click to collapse
Try Wipe Cache from recovery..if does not works, download stock rom matching ur phon csc and rom version from sammobile .. then flash it through odin, then re root... make sure this time u flash those two files with method exactly as suggested in the root post.if u get boot into recovery prob again then make sure wipe cache n then reboot.
Sent from my SM-G530H using XDA Free mobile app
@kentone, which method of rooting did you use?
Is it then KingUser or SuperSU?
Maybe you could throw a link to rooting manual?
one thing I'm happy about is using Greenify and Clean master to hibernate and block apps from autostarting, it leaves me with 320-380 mb free RAM most of the time, however if u add whatsapp and chat apps, you wont get notifications till you open the application which I personally prefer it to be like this.
I rooted with odin method, i have the reboot to recovery bug, but is not a problem for me, this is my 'production' phone and i will not touch it so much until we have cyanogenmod or something. Or when we know why the reboot to recovery bug appears o.o'
Sent from my SM-G530FZ using XDA Free mobile app
About greenify and clean master, throw clean master away and dont hibernate the apps with notifications like IM apps XD if you want more ram download kernel adiutor and put the memory preset on ''agressive'' or one level down that! Dont touch the cpu settings, it does nothing with this samsung rom u.u'
Sent from my SM-G530FZ using XDA Free mobile app
@kentone what if I dont disable the knox ? or what if it tripped ? what are the side effects ? and what is the purpose of knox? sorry I dont know that , and thanks in advance for your answer , I hope you will answer my question
In gravity box, cant able to change signal cluster look. Cant add day of week to status bar tweaks. Help me please. I have selected lollipop icons but they are not changing. I also tried reboot.
Amazing things you can do after rooting
Yeah but there are lot more benefits of rooting even though there are certain risks , . Most amazing benefit I think is we can remove bloatware and also block ads which is brainstorming though there are still deelopments going on in that field. Have you tried adblocker Browser??
Android Rooting Benefits
Thanks,
Parth Patel
could you please help me to install xposed framework in g531h

Installed apps are in phone mode instead of tablet mode

Hi,
Every app I install from google play are set in phone mode. It would be great if there is a way to install tablet versions of the apps.
For example in Chrome (installed from google play) I dont get the tablet interface with multiple tabs etc. In gmail I dont get the interface with the side panel.
Is there a way to force these apps to show the tablet versions or force google play to only let you install tablet versions of apps?.
Tkx
hmmm...enable the developer mode and extra developer mode by tapping on the build no (?)
Just go to Settings > About and tap like crazy on those infos. It will unlock the dev and extra dev settings.
Then, there is an option somewhere to enable or disable phone mode for apps.
good luck.
Can also root and chande pdi in build prop
Sent from my SM-N920T using Tapatalk

[GUIDE] Getting notifications back after GMS install hack on Huawei phone

[GUIDE] Getting notifications back after GMS install hack on Huawei phone
This is the method that I used to get notifications back on my P40Pro+ after a GMS hack install. I am not saying it will work for everyone and indeed if you need Google location tools on all the time, dont follow this but if your not too worried, then have a read. It has been taken from other guides out there and a little bit of my own for testing. It can be reversed and backed out of it you dont like it but as I keep getting questions on Facebook about how I done it, I thought I would share it with you too.
In this method you will need :
Huawei multitool V8 from here
Push Notification Tester from Playstore here or wherever you get your apps from
Disabling GSF
Disable Google Services Framework (GSF) using Huawei Multitool v8.
Using this tool on a Windows PC, you will find a section in the Modifications section for disabling apps on a adb connected phone to the app. Connect your phone and select show system apps and look for 'com.google.android.gsf' and select 'disable'.
See image below attached 'Multitool V8 Disabled app'
I disable (GSF) using this as it is easier for me than to use icebox or other freezer apps.
To test notifications are now working
Once disabled check that you can now receive notifications by opening Push Notification Tester installed from Playstore before starting this, will allow you to test notifications. With GSF disabled, they should now work as they should. See attached screen shots below 1-4.
Another way to test them is to just send your self an email. Just make sure you have notifications set in the setting menu first. You can try the notification tester in Outlook but does time out a lot but perseverance can prove it works but an email to your self is just as good. See screen shots 6 and 7 for where this is in the outlook help pages. Screenshot 8 shows Outlook notifications working.
The reason this works I believe is that most apps relying on GMS, their notifications work through GSF and with the GMS hack, they can't, so by disabling GSF, they can use their own default route again, through themselves.
The downside is that with GSF disabled, Google Playstore no longer works and also Google location history, there may be more but it has no real affect unless you rely on them (I dont). Maps still work with directions, Waze too but not your history or phone location via Google. Find you phone via Huawei still works obviously, so you still have other options. Of course, you can use Aurora Playstore instead or any other playstore option and if you have paid apps through Googles Playstore, then you can go to GSF in settings/apps on your phone and enable GSF (see screen shot 5 below) or via the Multi tool V8 again, download your paid app update etc and then disable it via multitool v8 after to get notifications back.
Thanks for the guide, wierd issue for me. Once my phone is conencted, and i disable the service via the Multi Tool, i still have access to the Playstore.
Going to apps -> system prcoesses, it doesnt have the disabled text next to the process. if i click on it, it says "Enable" and "Force Stop". Which initially leads me to think this has been disabled. Then once i go to Push Notification Tester, it fails on step 3 - Register for Push Notifications.
You should not have Playstore access. You dont have any work accounts installed? They have 2 gsf's etc. I would use the muti tool to check for disabled apps. It should show gsf.
May be re do?
I am able to enable and use Playstore, then disable it again to get notifications back at will, so you should too.
Sathelp said:
You should not have Playstore access. You dont have any work accounts installed? They have 2 gsf's etc. I would use the muti tool to check for disabled apps. It should show gsf.
May be re do?
I am able to enable and use Playstore, then disable it again to get notifications back at will, so you should too.
Click to expand...
Click to collapse
I think I know the issue. I have installed GSM the old way (which used to work). If you look at the start of this video he shows two devices ( both with GSM) one which fails the notification tester app, and one which passes. He then uses the icebox method to grt notifications on the phone which passes the tests
https://youtu.be/A4889MUA9EQ
I think I may have to factory reset and use this new method ??
Good luck and if you do, please let us know what method is currently working.
Can you please check for me, if it's possible to install the game jw alive with this method? Offer 5€ via Paypal for this. Just write your Email via PM
Sathelp said:
[GUIDE] Getting notifications back after GMS install hack on Huawei phone
This is the method that I used to get notifications back on my P40Pro+ after a GMS hack install. I am not saying it will work for everyone and indeed if you need Google location tools on all the time, dont follow this but if your not too worried, then have a read. It has been taken from other guides out there and a little bit of my own for testing. It can be reversed and backed out of it you dont like it but as I keep getting questions on Facebook about how I done it, I thought I would share it with you too.
In this method you will need :
Huawei multitool V8 from here
Push Notification Tester from Playstore here or wherever you get your apps from
Disabling GSF
Disable Google Services Framework (GSF) using Huawei Multitool v8.
Using this tool on a Windows PC, you will find a section in the Modifications section for disabling apps on a adb connected phone to the app. Connect your phone and select show system apps and look for 'com.google.android.gsf' and select 'disable'.
See image below attached 'Multitool V8 Disabled app'
I disable (GSF) using this as it is easier for me than to use icebox or other freezer apps.
To test notifications are now working
Once disabled check that you can now receive notifications by opening Push Notification Tester installed from Playstore before starting this, will allow you to test notifications. With GSF disabled, they should now work as they should. See attached screen shots below 1-4.
Another way to test them is to just send your self an email. Just make sure you have notifications set in the setting menu first. You can try the notification tester in Outlook but does time out a lot but perseverance can prove it works but an email to your self is just as good. See screen shots 6 and 7 for where this is in the outlook help pages. Screenshot 8 shows Outlook notifications working.
The reason this works I believe is that most apps relying on GMS, their notifications work through GSF and with the GMS hack, they can't, so by disabling GSF, they can use their own default route again, through themselves.
The downside is that with GSF disabled, Google Playstore no longer works and also Google location history, there may be more but it has no real affect unless you rely on them (I dont). Maps still work with directions, Waze too but not your history or phone location via Google. Find you phone via Huawei still works obviously, so you still have other options. Of course, you can use Aurora Playstore instead or any other playstore option and if you have paid apps through Googles Playstore, then you can go to GSF in settings/apps on your phone and enable GSF (see screen shot 5 below) or via the Multi tool V8 again, download your paid app update etc and then disable it via multitool v8 after to get notifications back.
Click to expand...
Click to collapse
As of today, i can confirm that this method works for notifications, just make sure to restart your device after disabling / enabling.
As for the push notifications, gmail not working for me, outlook works. other apps works too, but from time to time it doesnt push properly, maybe battery optimisation or something i dont know. any idea for this issue?
anyone have any updates on this? I too have the problem - random notifications come in (usually a bunch coupled together)....Trying to figure out a real solution. Any one have any luck?
Sathelp said:
[GUIDE] Getting notifications back after GMS install hack on Huawei phone
[ ... ] Of course, you can use Aurora Playstore instead or any other playstore option and if you have paid apps through Googles Playstore, then you can go to GSF in settings/apps on your phone and enable GSF (see screen shot 5 below) or via the Multi tool V8 again, download your paid app update etc and then disable it via multitool v8 after to get notifications back.
Click to expand...
Click to collapse
@Sathelp -> When you say this at the previous quote message, you really can tell that I can disabled and then enable GSF to receive notifications and then use Play Store ?? Right ??
Will have message issues that "Google requires an action ... etc" and I must reinstall all GMS if I enable GSF again ??
My guide was based on A10 at launch. I used the G app with a back date to get my GMS before it was blocked. Using that at the time worked fine. Disable GMS using adb command enabled notifications as they worked through HMS. I just enabled GMS to run playstore, get and update apps and then disable it for normal use.
As I have not downgraded or used googlefyer etc, I can't say how it will work with these newer methods.
The idea of the workaround to deactivate GSF for receiving push notifications emerged in April or Mai 2020. Over half a year has passed now... Maybe there is a better solution now to have GSF activated and get all push notifications? It would still be great to have a working play store and the notifications!
Any progress in that matter? Any new ideas?
jediknight23 said:
The idea of the workaround to deactivate GSF for receiving push notifications emerged in April or Mai 2020. Over half a year has passed now... Maybe there is a better solution now to have GSF activated and get all push notifications? It would still be great to have a working play store and the notifications!
Any progress in that matter? Any new ideas?
Click to expand...
Click to collapse
We're looking for something at this thread, we can keep GSF unfrozen and get push notificacions ... but after 12 hours Play Protect errors started to appear.
There are at least two users that they haven't this issue and all it works fine ...
How to get notification without freezing GSF
Below is a third version of the guide (ok, it's 3.5). As of January, 15th I've added great finding by @Seresseran1. Thanks man! The below guide will provide you with fully working Google services, play store will work, push notifications will...
forum.xda-developers.com
This sounds great, thx
And because this doesn't work on all devices yet:
Maybe another possible solution could be to let the desired apps only *think* that GSF is not available. So that they try using their own default route again...
But hot could that be accomplished. Maybe via App Cloner?
[QUOTE = "jediknight23, publicación: 84352697, miembro: 5844526"]
[/CITAR]
Maybe ... You can add this reply there ... Any suggestions are welcome !!!
the notification tester failed by register for push notifications and Connection to server.
whats my problem?
chrishess said:
the notification tester failed by register for push notifications and Connection to server.
whats my problem?
Click to expand...
Click to collapse
same here !

How to beat apps that can detect magisk and magisk hide

I am using a china k20 pro that has beennreflasked to the stock global mi 9t pro stock rom that I was running without magisk/root as I didn't really need it when I first changed over to global. Mi main banking app breaks if the phone is rooted, even if you use magisk hide.
I don't usually use Google pay but noticed that it would not work with the unlocked bootloader but it didn't bother me. ended up with the same CTS fail problem so I decided to install magisk and hoped that the banking app want broken any more. Unfortunately there are now a few more finance apps that can detect magisk than I had before.
In trying to solve my problem I have just discovered a work around solution that seems to solve the magisk root detect problem for any app, at least the few that I have tried it with. I have not tried it without magisk being installed but it may solve the unlocked bootloader problem for goat, netflix etc as well.
Miui comes with a feature called App Lock. A secure zone that can isolate an app behind a finger print, can hide notifications, can hide an app completely to make it secret.
If you lock the banking or payment app that is breaking because the phone has been rooted in the app locker, the app cannot see that the phone has magisk installed and works flawlessly. The only difference is that you now get asked for your fingerprint when you open the app and have an extra level of security. Probably something we should all use anyway.
For custom roms, the play store does have other app locker type programs available to install. They may allow you to solve the same problem and might be worth testing.
Does not work with YONO app please help.
You also need to use magisk hide and to change the name of the magisk app.
Those to steps usually work but for the HSBC banking apps at least the extra step using app lock fixes it
Magisk hide in the shield menu. Top option opens you lust of apps. Find you bank app in the list and tap the mane to open the drop-down sub apps then click the check box and ensure that all parts of the app get the enable toggle set on.
Airfreeze app might also solve your problem. Freeze magisk when it's not needed. Don't use yono or other app when unfrozen

Any apps / mods / methods to prevent overlay detection?

I'm wondering if there are any ways to prevent an app from detecting overlays. This is a nuisance because I have multiple apps with overlays enabled yet some apps' functionalities refuse to work because the app detects an overlay (eg. Chrome site permissions, Play Store). I'd rather not have to go and manually disable then re-enable the overlays just to give Chrome permission for a site to access my location for example.
Besides, I find it intrusive that an app can detect and dictate what I do based on what unrelated apps I'm choosing to use.
I've already tried the "Hide My Applist" Xposed module without any success.
So, are there any ways to block apps from detecting overlays? Device is rooted. Magisk modules? Xposed? Scripts?
Thanks in advance.

Categories

Resources