Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Not an issue) Get help in removing 3 permissions #99

Open
loathsomeguy opened this issue May 13, 2024 · 1 comment
Open

(Not an issue) Get help in removing 3 permissions #99

loathsomeguy opened this issue May 13, 2024 · 1 comment

Comments

@loathsomeguy
Copy link

Hi, at the time of installation after giving calls msgs camera internalstorage permissions it ask for further, accessibility, notification access and device administration permission pop-up.
I want to remove those permission.
Could you guide me which I need to edit or remove after decompiling the app.

Thanks

@Ak-jarry
Copy link

Ak-jarry commented May 27, 2024

To remove specific permissions from the AndroidManifest.xml file, you need to locate the lines of code that correspond to the permissions you want to remove.

For example, to remove the permission for accessibility, you might look for a line like:

<uses-permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE" />

To remove the notification access permission, you could search for a line similar to:

<uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY" />

And for device administration permission, you might find a line

<uses-permission android:name="android.permission.BIND_DEVICE_ADMIN" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants