Files
rk35xx-android14/external/proguard/docs/proguard.appdata.xml
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

32 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2012-2014 Eric Lafortune <eric@graphics.cornell.edu> -->
<application>
<id type="desktop">proguard.desktop</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>ProGuard</name>
<summary>Java optimizer and obfuscator</summary>
<description>
<p>
ProGuard is a free Java class file shrinker, optimizer, obfuscator, and
preverifier. It detects and removes unused classes, fields, methods, and
attributes. It optimizes bytecode and removes unused instructions. It
renames the remaining classes, fields, and methods using short meaningless
names. Finally, it preverifies the processed code for Java 6 or for Java
Micro Edition.
</p>
<p>
ProGuard is useful for making code more compact and more efficient, on the
desktop, on tablets, on smartphones, and on embedded devices. It also
makes code more difficult to reverse engineer.Power Statistics is a
program used to view historical and current battery information and will
show programs running on your computer using power.
</p>
</description>
<screenshots>
<screenshot type="default" width="918" height="671">http://proguard.sourceforge.net/screenshot_gui1.gif</screenshot>
<screenshot width="755" height="633">http://proguard.sourceforge.net/screenshot_console.gif</screenshot>
</screenshots>
<url type="homepage">http://proguard.sourceforge.net/</url>
<updatecontact>eric@graphics.cornell.edu</updatecontact>
</application>