I am developing an application that has SQLite database to store personal information that must be protected. What are some ways of protecting these personal data? An APK can easily be de-compiled com
I got requirement to host my .apk file on one public site other than android market or any other app stores. In android market, after registred in to the market the downloded .apk will automatically i
The link Get the REBOOT permission in Android app do provide a little info.i am able to sign an app with debug.keystore,but i hav to sign with same key used by the system so that it allows permission
I\'m interested in the technical details of APK files. I know already that the APKTOOL is a开发者_运维百科ble to extract all those layout files and so on of an APK file (including the smali sources),
I have created a keystore and created a apk file for version 1.0 of the app with the same keystore. But after that du开发者_如何学运维e to some prob, my pc is crashed and no more usable. But I have th
I have an app hosted on SourceForge (https://sourceforge.net/projects/pokedroid/). I decided to add a button to download the newest version of the app straight from the CVS server. The .apk downloads
I am making my first app and just signed and did all that to make a of开发者_如何转开发ficial signed, non debugging apk. Now, if I want to make a small change, do I need to go through all the resignin
I downloaded the newest source code of Android form git, and I managed to compile the source code and made a SDK and a emulator with the verison AOSP.
I have a webview which basically is capable of intercepting all sorts of links, video, apks, hrefs. Now, what I want is once I download an APK from a url, that it\'ll be auto installed:
Through Eclipse I can easily re-install (without having to uninstall the app first), a small app I am currently developing, any change any number of times.