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>
更多精彩
赞助商链接