WEB开发网
开发学院手机开发Android 开发 Android Server类:在 LOG 中显示进程 阅读

Android Server类:在 LOG 中显示进程

 2010-09-10 00:23:00 来源:WEB开发网   
核心提示:< /resources>view plaincopy to clipboardprint?< ?xml version="1.0" encoding="utf-8"?>< manifest xmlns:android="http://sc

< /resources>

view plaincopy to clipboardprint?

< ?xml version="1.0" encoding="utf-8"?>

< manifest xmlns:android="http://schemas.android.com/apk/res/android"

package="my.android.AppServer"

android:versionCode="1"

android:versionName="1.0">

< application android:icon="@drawable/icon" android:label="@string/app_name">

< activity android:name=".AppServer"

android:label="@string/app_name">

< intent-filter>

< action android:name="android.intent.action.MAIN" />

< category android:name="android.intent.category.LAUNCHER" />

< /intent-filter>

< /activity>

< service

android:name=".mService"

android:exported="true"

android:process=":remote"

>

< /service>

< /application>

< uses-sdk android:minSdkVersion="7" />

< /manifest>

上一页  1 2 3 4 5 

Tags:Android Server LOG

编辑录入:coldstar [复制链接] [打 印]
赞助商链接