microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
109.78k stars 6.47k forks source link

Peek : Add support to preview `.apk` format #27840

Open iqfareez opened 1 year ago

iqfareez commented 1 year ago

Description of the new feature / enhancement

Add support for previewing APK (Android Package) files in Peek.

image

Scenario when this would be used?

Developers frequently work with APK files during the app development process. Having a quick preview of the APK content without needing to install it on a device would streamline the debugging and testing process. This feature would save time and effort, as developers can verify the resources, manifest details, and other essential components within the APK right from the explorer itself.

Supporting information

The preview may content the application logo, minSdkVersion, targetSdkVersion, permission, package name etc.

Example using Quicklook for Windows:

image

MayMih commented 1 month ago

Yes, I want this feature too. It could also be realized as explorer file properties tab like in TortoiseGIT image