Here’s a quick guide on how to customize the Manifest (→ APK Studio Editor or A2M):
- Decompile the APK
- open the Manifest:
AndroidManifest.xml - edit the Manifest
- Recompile the APK
Done in less than 1 min!
Here’s a quick guide on how to customize the Manifest (→ APK Studio Editor or A2M):
AndroidManifest.xmlDone in less than 1 min!
Shouldn’t the first one be Decompile? ![]()
Thanks, I changed it.
Please provide me the official link to download the softwere because i try but i am unable to install in windows 10
See my posts in this thread, specially this one:
Post this and see here: Improve Java version check · Issue #8 · kefir500/apk-editor-studio · GitHub
@bodymindpower Thank you.
I created there new issue and solved now working in my laptop.
but i have 1 question
i want to remove storage permission and location permission ok.
so need past below text as per your video tutorial or remove the text of permission name
![]()
can you provide the direct edited Kodular companion app, that would be easy
Yes, I could do that, but I’m not sure if @Kodular would be amused about it.
As I have shown, it doesn’t even take 1 min to do it yourself.
i want to remove storage permission from my application.
so i need to remove this line from manifest.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
no other line need to enter or remove
I am right ?
Check, next are you 100% sure any of the components or extensions need that permission before deleting it !!!
You must also remove this line:
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Note: If your app requires these READ / WRITE permissions, an error message will appear after the permissions are removed from the Manifest.
I was the doubt that you now cleared.
Thank you
![]()
I removed the READ / WRITE permissions from almost all of my apps because they are not needed there, but have still been added to the Manifest.
My motivation for this:
I would like that no (dangerous) permission at install-time has to be requested and granted for devices with Android < 6 (API level < 23).
Note: If these permissions are not removed from the Manifest, they must be granted on devices with Android versions < 6 at install-time in order to be able to install the app.
excuse me @bodymindpower I used your given companion app, when I every time open the app it shows me Admob monetize ad alert, the companion is not still connected to the creator, and I don’t have ads on the creator also, this is a bug?
Hello.
Can you help me please?
Error packing APK problem.
I also tries to remove location permission
I still can’t find how to solve this problem.
My Technologies are below. windows10 64bit
Why in xiaomi canot write external storage
Thank you @bodymindpower I need your advanced help
![]()
I have managed to install this APK Editor Studio but please help me to know which codes and in which line should I add on the Manifest so that I can be able to publish it on Play Store and avoid the error of API Level 30