[HOW TO] easily remove permissions from aab

I need to remove some permssions that found in my exported aab ..

Previously I was using apk editor to remove them .. but now I need to publish the new app using aab ..

So I want to remove those permissions that are added and I don’t want them in my app to by pass some Data Safety Form entery as my app actually don’t need them ..

Is there any way easy like apkeditor?

Export apk, use apk editor to remove permissions from manifest then use Edit or Modify the AAB file to convert apk to aab

1 Like