1234567891011121314151617181920 |
- 1<?xml version="1.0" encoding="utf-8"?>
- 2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- 3 package="com.apicloud.syncInterface"
- 4 android:versionCode="1"
- 5 android:versionName="1.0" >
- 6
- 7 <uses-sdk android:minSdkVersion="15" />
- 7-->G:\Android Studio\project\APICloudModuleSDKTrueGis\moduleSyncInterface\src\main\AndroidManifest.xml
- 8
- 9 <application
- 9-->G:\Android Studio\project\APICloudModuleSDKTrueGis\moduleSyncInterface\src\main\AndroidManifest.xml:5:5-8:19
- 10 android:allowBackup="true"
- 10-->G:\Android Studio\project\APICloudModuleSDKTrueGis\moduleSyncInterface\src\main\AndroidManifest.xml:5:18-44
- 11 android:label="@string/app_name"
- 11-->G:\Android Studio\project\APICloudModuleSDKTrueGis\moduleSyncInterface\src\main\AndroidManifest.xml:5:45-77
- 12 android:supportsRtl="true" >
- 12-->G:\Android Studio\project\APICloudModuleSDKTrueGis\moduleSyncInterface\src\main\AndroidManifest.xml:6:9-35
- 13 </application>
- 14
- 15</manifest>
|