flipphoneguy/tools
← Tools

APK Manifest Editor

Upload an APK and edit its package name, version, permissions, activities and other manifest settings through a simple form — no raw files or XML to touch. Download a re-signed copy when you're done.

1 Upload2 Edit in a form3 Download

What it can do: change the package name, version, min/target SDK, app flags, permissions and activities — through a friendly interface, without unpacking the whole app (so it's fast).

What it can't do: change app code, resources, icons, or layouts. A package-name change rewrites the manifest only (not resources.arsc), so it works for many apps but isn't a guaranteed full clone.

Re-signing: the edited APK is re-signed with a stable key, so it installs as a separate or replacement app and won't receive Play Store / original-signature updates. Re-editing the same app later produces a matching signature, so it can update over your previous edit.

Uploads are processed on the server and auto-deleted within 30 minutes — or immediately after you download.

Working…