Android Server类
2010-10-19 20:17:26 来源:WEB开发网核心提示:4. android:versionCode="1"5. android:versionName="1.0">6. < application android:icon="@drawable/icon" android:label="@s
4. android:versionCode="1"
5. android:versionName="1.0">
6. < application android:icon="@drawable/icon" android:label="@string/app_name">
7. < activity android:name=".AppServer"
8. android:label="@string/app_name">
9. < intent-filter>
10. < action android:name="android.intent.action.MAIN" />
11. < category android:name="android.intent.category.LAUNCHER" />
12. < /intent-filter>
13. < /activity>
14. < service
15. android:name=".mService"
16. android:exported="true"
17. android:process=":remote"
18. >
19. < /service>
20. < /application>
21. < uses-sdk android:minSdkVersion="7" />
22.
23. < /manifest>
更多精彩
赞助商链接