WIP: GMaps Parser
This commit is contained in:
parent
307343c2eb
commit
e5b2e811ce
5 changed files with 118 additions and 41 deletions
|
@ -20,6 +20,9 @@
|
|||
|
||||
<uses-feature android:name="android.hardware.bluetooth" android:required="true"/>
|
||||
|
||||
<queries>
|
||||
<package android:name="com.google.android.apps.maps" />
|
||||
</queries>
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
|
@ -29,6 +32,15 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Garmin"
|
||||
tools:targetApi="31">
|
||||
<service
|
||||
android:name="me.trevi.navparser.service.NavigationListenerEmitter"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
|
||||
<intent-filter>
|
||||
<action android:name="android.service.notification.NotificationListenerService" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue