We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc526bc commit a4d09d2Copy full SHA for a4d09d2
MPChartLib/src/main/AndroidManifest.xml
@@ -1,13 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest>
3
-
4
- <!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
5
6
<application
7
android:allowBackup="true"
8
- android:icon="@drawable/ic_launcher"
9
- android:label="@string/app_name"
10
- android:theme="@style/AppTheme" >
11
- </application> -->
+ android:supportsRtl="true" />
12
13
</manifest>
0 commit comments