
属性
jacklce
这个作者很懒,什么都没留下…
展开
-
ANDROID2.2新特性.APK安装参数INSTALLLOCATION
ANDROID2.2新特性.APK安装参数INSTALLLOCATION 代码 1 manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 package="com.Test" 3 android:installLocation="auto" 4转载 2012-08-09 14:09:55 · 1915 阅读 · 0 评论 -
android很好的一篇文章,关于AndroidManifest.xml文件各个属性,补补基础
一、关于AndroidManifest.xml AndroidManifest.xml 是每个android程序中必须的文件。它位于整个项目的根目录,描述了package中暴露的组件(activities, services, 等等),他们各自的实现类,各种能被处理的数据和启动位置。 除了能声明程序中的Activities, ContentProviders, Services, 和Inte转载 2012-12-24 10:46:14 · 835 阅读 · 0 评论