WEB开发网
开发学院手机开发Android 开发 Android Server类 阅读

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>

上一页  1 2 3 4 5 

Tags:Android Server

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