/[zanavi_public1]/navit/navit/android/AndroidManifest.xml.in
ZANavi

Contents of /navit/navit/android/AndroidManifest.xml.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (hide annotations) (download)
Sun Nov 13 12:20:22 2016 UTC (7 years, 5 months ago) by zoff99
File size: 8653 byte(s)
v2.0.54
1 zoff99 2 <?xml version="1.0" encoding="utf-8"?>
2     <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3     package="com.zoffcc.applications.zanavi"
4     android:sharedUserId="com.zoffcc.applications.zanavi"
5     android:versionCode="@ANDROID_VERSION_INT@"
6     android:versionName="@ANDROID_VERSION_NAME@"
7 zoff99 52 xmlns:tools="http://schemas.android.com/tools"
8 zoff99 2 android:installLocation="auto">
9 zoff99 40
10 zoff99 52 <uses-sdk tools:overrideLibrary="mehdi.sakout.aboutpage,com.heinrichreimersoftware.materialintro,com.github.paolorotolo.appintro"
11     android:minSdkVersion="9" android:targetSdkVersion="23" />
12 zoff99 40 <uses-feature android:name="android.hardware.location.network" android:required="false"/>
13     <uses-feature android:name="android.hardware.location.gps" android:required="false"/>
14     <uses-feature android:name="android.hardware.location" android:required="false"/>
15     <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
16    
17     <supports-screens android:smallScreens="true"
18     android:normalScreens="true" android:largeScreens="true"
19     android:resizeable="true" android:xlargeScreens="true" android:anyDensity="true"/>
20    
21     <!-- <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" /> -->
22     <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
23     <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
24     <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
25     <uses-permission android:name="android.permission.WAKE_LOCK" />
26     <uses-permission android:name="android.permission.INTERNET" />
27     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
28     <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
29     <uses-permission android:name="com.zoffcc.applications.zanavi_msg.ZCLOUD" />
30 zoff99 41 <uses-permission android:name="com.zoffcc.applications.zanavi_udonate.READ_DATABASE" />
31 zoff99 52 <uses-permission android:name="android.permission.READ_LOGS" />
32 zoff99 41
33 zoff99 40
34 zoff99 2 <application android:label="@string/app_name"
35     android:icon="@drawable/icon"
36 zoff99 31 android:debuggable="true"
37 zoff99 34 android:allowBackup="true"
38 zoff99 36 android:restoreAnyVersion="true"
39 zoff99 40 android:allowClearUserData="true"
40     android:theme="@style/CustomActionBarTheme"
41 zoff99 52 android:name="com.zoffcc.applications.zanavi.ZANaviMainApplication"
42 zoff99 34 android:backupAgent="com.zoffcc.applications.zanavi.ZANaviBackupAgent">
43 zoff99 2 <activity android:name="Navit"
44     android:label="@string/app_name"
45 zoff99 36 android:exported="true"
46     android:launchMode="singleTask"
47 zoff99 40 android:theme="@style/CustomActionBarThemeM"
48     android:configChanges="screenSize|locale|touchscreen|navigation|orientation|fontScale|keyboard|keyboardHidden"
49 zoff99 27 >
50 zoff99 40 <intent-filter>
51     <action android:name="android.intent.action.MAIN" />
52     <category android:name="android.intent.category.LAUNCHER" />
53     </intent-filter>
54     <intent-filter>
55     <action android:name="android.intent.action.VIEW" />
56     <category android:name="android.intent.category.DEFAULT" />
57     <data android:scheme="google.navigation" />
58     </intent-filter>
59    
60 zoff99 2 <intent-filter>
61 zoff99 27 <action android:name="android.intent.action.VIEW" />
62     <category android:name="android.intent.category.DEFAULT" />
63     <category android:name="android.intent.category.BROWSABLE" />
64     <data android:scheme="geo" />
65     </intent-filter>
66 zoff99 40
67     <!--
68 zoff99 27 <intent-filter>
69 zoff99 40 <action android:name="com.google.android.radar.SHOW_RADAR" />
70     <category android:name="android.intent.category.DEFAULT" />
71 zoff99 2 </intent-filter>
72 zoff99 40 -->
73     <intent-filter>
74     <action android:name="android.intent.action.VIEW" />
75     <category android:name="android.intent.category.DEFAULT" />
76     <category android:name="android.intent.category.BROWSABLE" />
77     <data android:scheme="http" android:host="maps.google.com" />
78     <data android:scheme="https" android:host="maps.google.com" />
79     </intent-filter>
80 zoff99 36
81 zoff99 40 <intent-filter>
82     <action android:name="android.intent.action.VIEW" />
83     <action android:name="android.intent.action.SEND" />
84     <category android:name="android.intent.category.BROWSABLE" />
85     <category android:name="android.intent.category.DEFAULT" />
86     <category android:name="android.intent.category.ALTERNATIVE" />
87     <data android:pathPattern=".*\\.gpx" />
88     <data android:scheme="file" />
89     </intent-filter>
90 zoff99 36
91 zoff99 40 <intent-filter>
92     <action android:name="android.intent.action.VIEW" />
93     <action android:name="android.intent.action.SEND" />
94     <category android:name="android.intent.category.BROWSABLE" />
95     <category android:name="android.intent.category.DEFAULT" />
96     <category android:name="android.intent.category.ALTERNATIVE" />
97     <data android:mimeType="application/gpx" />
98     <data android:scheme="file" />
99     </intent-filter>
100    
101     <!-- <intent-filter> -->
102     <!-- <action android:name="android.intent.action.VIEW" /> -->
103     <!-- <category android:name="android.intent.category.BROWSABLE" /> -->
104     <!-- <category android:name="android.intent.category.DEFAULT" /> -->
105     <!-- <data android:pathPattern=".*\\.gpx" /> -->
106     <!-- <data android:scheme="http" android:host="*" /> -->
107     <!-- <data android:scheme="https" android:host="*" /> -->
108     <!-- </intent-filter> -->
109    
110     <!-- <intent-filter> -->
111     <!-- <action android:name="android.intent.action.VIEW" /> -->
112     <!-- <category android:name="android.intent.category.BROWSABLE" /> -->
113     <!-- <category android:name="android.intent.category.DEFAULT" /> -->
114     <!-- <data android:mimeType="application/gpx" /> -->
115     <!-- <data android:scheme="http" android:host="*" /> -->
116     <!-- <data android:scheme="https" android:host="*" /> -->
117     <!-- </intent-filter> -->
118     </activity>
119    
120 zoff99 36 <receiver android:name=".ZANaviDriveHomeWidgetProvider" android:label="drive Home">
121     <intent-filter>
122     <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
123     </intent-filter>
124     <meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_home_info" />
125     </receiver>
126    
127 zoff99 40 <receiver android:name="ZANaviDebugReceiver" android:enabled="true">
128     <intent-filter>
129     <action android:name="com.zoffcc.applications.zanavi.comm" />
130     </intent-filter>
131     </receiver>
132 zoff99 36
133 zoff99 53 <!--
134 zoff99 52 <receiver android:enabled="true" android:name=".ZANaviBootReceiver"
135     android:permission="android.permission.RECEIVE_BOOT_COMPLETED">
136    
137     <intent-filter>
138     <action android:name="android.intent.action.BOOT_COMPLETED" />
139     <category android:name="android.intent.category.DEFAULT" />
140     </intent-filter>
141     </receiver>
142 zoff99 53 -->
143 zoff99 52
144 zoff99 36 <service
145     android:name="ZANaviMapDownloaderService"
146     android:icon="@drawable/icon"
147     android:label="ZANaviMapDownloaderSRV" >
148     </service>
149    
150 zoff99 40 <meta-data android:name="com.google.android.backup.api_key" android:value="xxxx" />
151    
152 zoff99 27 <activity android:name=".NavitAddressSearchCountrySelectActivity"></activity>
153 zoff99 2 <activity android:name=".NavitAddressSearchActivity"></activity>
154 zoff99 27 <activity android:name=".NavitDownloadSelectMapActivity"></activity>
155 zoff99 2 <activity android:name=".NavitDeleteSelectMapActivity"></activity>
156     <activity android:name=".NavitAddressResultListActivity"></activity>
157     <activity android:name=".NavitMapPreviewActivity"></activity>
158 zoff99 22 <activity android:name=".NavitRecentDestinationActivity"></activity>
159 zoff99 34 <activity android:name=".NavitFeedbackFormActivity"></activity>
160 zoff99 22 <activity android:name=".GeoCoordEnterDialog"></activity>
161 zoff99 28 <activity android:name="com.lamerman.FileDialog"></activity>
162 zoff99 34 <activity android:name=".ZANaviVoiceInput"></activity>
163 zoff99 36 <activity android:name=".ZANaviDownloadMapCancelActivity"></activity>
164 zoff99 40 <activity android:name=".ZANaviDonateActivity"></activity>
165     <activity android:name=".ZANaviNormalDonateActivity"></activity>
166 zoff99 2 <activity android:name=".NavitPreferences" android:label="@string/set_preferences"></activity>
167 zoff99 52 <activity android:name=".ZANaviMainIntroActivityStatic"
168     android:configChanges="screenSize|locale|touchscreen|navigation|orientation|fontScale|keyboard|keyboardHidden"></activity>
169     <activity android:name=".ZANaviAboutPage"></activity>
170 zoff99 2 </application>
171 zoff99 40 </manifest>

   
Visit the ZANavi Wiki