Hmmm
March 6, 2022, 12:50pm
1
I want to edit manifest to just remove Internet permission I can edit on apk but I can't do it on aab bundle signing issues headache so please:
add an option in app inventor that asks in starting that your app requires network and internet permssion or not like this?
OR
Allow us to edit manifest before exporting.
OR
Simply introduce some kind of extension api to remove permissions from manifest.
Reference:
Is it possible to remove permissions by extension? - Discuss - Kodular Community
I don't want to request network permission even when my components want them - Discuss - Kodular Community
1 Like
Anke
March 6, 2022, 1:08pm
2
Yes, I agree with you that this should basically be possible using an extension.
But your example is unfortunate, because AI2 has already removed this permission from the Manifest .
However, it should basically be possible to remove a permission from the Manifest via extension, just as it is possible to declare permissions in the manifest via extension in this way.
1 Like
Hmmm
March 6, 2022, 1:09pm
3
It's about INTERNET permission let me edit it.
Edit: Done!
Taifun
March 8, 2022, 1:11am
4
no, because an extension can only add something
Taifun
1 Like
Hmmm
November 17, 2022, 4:59pm
6
@Anke Ai2Offline added support for toggling internet permission