AndroidManifest.xml 390 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest package="com.github.mikephil.charting">
  3. <!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  4. <application
  5. android:allowBackup="true"
  6. android:icon="@drawable/ic_launcher"
  7. android:label="@string/app_name"
  8. android:theme="@style/AppTheme" >
  9. </application> -->
  10. </manifest>