Skip to main content

AndroidManifest.xml PyDecoder

Project description

Py_Amdecoder

- AndroidManifest.xml decoder -

Pypi URL: https://pypi.org/project/PyAmdecoder/

install:

pip install PyAmdecoder==0.0.2

usage:

from Py_Amdecoder.PyAmdecoder import PyAmdecoder 
PyAmdecoder("AndroidManifest_encode.xml")

output:

<?xml version="1.0" encoding="utf-8"?>
<manifest 
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:versionCode="1"
	android:versionName="1.0"
	android:compileSdkVersion="30"
	android:compileSdkVersionCodename="11"
	package="com.example.myapplication"
	platformBuildVersionCode="30"
	platformBuildVersionName="11"
	>
	<uses-sdk
		android:minSdkVersion="16"
		android:targetSdkVersion="30"
		>
	</uses-sdk>
	<application
		android:theme="@7f1101bf"
		android:label="@7f10001c"
		android:icon="@7f0d0000"
		android:allowBackup="true"
		android:supportsRtl="true"
		android:roundIcon="@7f0d0001"
		android:appComponentFactory="androidx.core.app.CoreComponentFactory"
		>
		<activity
			android:theme="@7f1101c1"
			android:label="@7f10001c"
			android:name="com.example.myapplication.MainActivity"
			>
			<intent-filter
				>
				<action
					android:name="android.intent.action.MAIN"
					>
				</action>
				<category
					android:name="android.intent.category.LAUNCHER"
					>
				</category>
			</intent-filter>
		</activity>
	</application>
</manifest>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

PyAmdecoder-0.0.3-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page