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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyAmdecoder-0.0.3-py3-none-any.whl.
File metadata
- Download URL: PyAmdecoder-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c673e59619c680bbac362393bb95b978dffa108eb978ddf3f56953d767e62fd
|
|
| MD5 |
ca283be5cc563f8337d2ec9f18227894
|
|
| BLAKE2b-256 |
6f8033796b88f5bcc55c36cb139e259668bf2b932893b2da0b1e80b85e3877c0
|