Skip to content

Commit 9e44fa6

Browse files
committed
Fixed issue concerning app-theme conflicts (PhilJay#38), removed application tag from library manifest.
1 parent af8343c commit 9e44fa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MPChartLib/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
android:minSdkVersion="9"
99
android:targetSdkVersion="19" />
1010

11-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
11+
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1212
1313
<application
1414
android:allowBackup="true"
1515
android:icon="@drawable/ic_launcher"
1616
android:label="@string/app_name"
1717
android:theme="@style/AppTheme" >
18-
</application>
18+
</application> -->
1919

2020
</manifest>

0 commit comments

Comments
 (0)