Skip to content

Commit 543db06

Browse files
committed
[Change] Add some configration.
1 parent 4654d2c commit 543db06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@
77
<uses-sdk
88
android:minSdkVersion="8"
99
android:targetSdkVersion="8" />
10+
<uses-permission android:name="android.permission.GET_TASKS"/>
11+
<uses-permission android:name="android.permission.INTERNET"/>
12+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
1013

1114
<application
15+
android:name="com.worthed.app.BaseApplication"
1216
android:allowBackup="true"
1317
android:icon="@drawable/ic_launcher"
1418
android:label="@string/app_name"

0 commit comments

Comments
 (0)