blob: 82fcbe206954be457081138a0c0ad4e2dafe4a08 (
plain)
1
2
3
4
5
6
7
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ihealth.ihealthlibrary">
<application
android:label="@string/app_name"
android:supportsRtl="true">
</application>
</manifest>
|