
android-app
lyf5231
Work with all of you to build the world we want!
展开
-
什么是Privileged app
Android Privileged app和 System app问题So in 4.3 there was a concept of System applications. Apks that were placed in System/app were given system privellages. As of 4.4, there is a new concept of Privell转载 2015-10-14 14:14:47 · 2946 阅读 · 0 评论 -
app实现dns解析
apk上层做了个类似dns解析的小功能,主要分为两步:1.判断当前网络是否通畅涉及下面两个类 import android.net.ConnectivityManager; import android.net.NetworkInfo; boolean isNetworkAvailable(Context context) { ConnectivityM原创 2015-10-27 15:53:30 · 2297 阅读 · 0 评论 -
android app(1)—apk的组成
运行app app中的组件 Activity Services Content providers Broadcast receivers 组件的启动 app中的Manifest文件 声明组件 声明组件capabilities 声明app requirements app中的资源文件 apk,android package,是一个archive,压缩包文件翻译 2016-03-31 16:49:30 · 2656 阅读 · 0 评论 -
android资源文件overlay
aaptoverlay的是资源overlay的也可能是文件aaptaapt stands for Android Asset Packaging Tool. This tool is part of the SDK (and build system) and allows you to view, create, and update Zip-compatible archives (zip,原创 2016-04-14 16:21:46 · 4191 阅读 · 0 评论 -
Apktool—A tool for reverse engineering Android apk files
Apktool Apktool使用心得 Apktool A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; i转载 2016-04-15 16:07:25 · 1152 阅读 · 0 评论 -
App权限—normal and dangerous permissions
Determine What Permissions Your App Needs Normal Permissions Every Android app runs in a limited-access sandbox. If an app needs to use resources or information outside of its own sandbox, the app ha转载 2016-04-21 17:32:25 · 1561 阅读 · 0 评论