OPhone开发之下载
2010-10-19 20:56:09 来源:WEB开发网125. return;
126. }
127. String points = "";
128. point = (point + 1) % 7;
129. for (int i = 0; i < point; i++) {
130. points += ".";
131. }
132. txt_process.setText(points);
133. }
134. }
135. }
136.
137. AndroidManifest.xml
138. < ?xml version="1.0" encoding="utf-8"?>
139. < manifest xmlns:android="http://schemas.android.com/apk/res/android"
140. package="com.OPhone.test"
141. android:versionCode="1"
142. android:versionName="1.0">
143.
144. < uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER"/>
145.
146. < application android:icon="@drawable/icon" android:label="@string/app_name">
147. < activity android:name=".TestDownload"
148. android:label="@string/app_name">
149. < intent-filter>
150. < action android:name="android.intent.action.MAIN" />
151. < category android:name="android.intent.category.LAUNCHER" />
152. < /intent-filter>
153. < /activity>
154.
155. < /application>
156.
157. < /manifest>
更多精彩
赞助商链接