From 93fb10e82346130889d95482aa0ad628cd1b7b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tufan=20Bar=C4=B1=C5=9F=20YILDIRIM?= Date: Thu, 2 Jan 2014 08:13:41 +0200 Subject: [PATCH] php version --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index e0945d0..5c1258c 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,6 @@ -# PHP APk Parser +# PHP APk Parser For PHP < 5.2 This package can extract application package files in APK format used by devices running on Android OS. It can open an APK file and extract the contained manifest file to parse it and retrieve the meta-information it contains like the application name, description, device feature access permission it requires, etc.. The class can also extract the whole files contained in the APK file to a given directory. - - -## PHPClasses.org ----------- -[Phpclasses.org Repo](http://www.phpclasses.org/apk-parser) - -Manuel Lemos Comment: ----------- -"Useful solution to inspect Android application package files to extract its contents and the information of what the application does." - - -