OsmAnd/OsmAnd/AndroidManifest-huawei.xml

25 lines
855 B
XML
Raw Normal View History

2019-09-11 18:04:12 +02:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2019-09-11 18:04:12 +02:00
xmlns:tools="http://schemas.android.com/tools">
2019-09-11 18:04:12 +02:00
<application>
<activity android:name="com.huawei.android.sdk.drm.DrmDialogActivity"
android:configChanges="screenSize|orientation|keyboardHidden"
android:exported="false"
android:theme="@android:style/Theme.Translucent">
<meta-data
android:name="hwc-theme"
android:value="androidhwext:style/Theme.Emui.Translucent" />
</activity>
2019-09-11 18:04:12 +02:00
<provider
android:name="androidx.core.content.FileProvider"
2019-09-11 18:04:12 +02:00
android:authorities="net.osmand.plus.huawei.fileprovider"
tools:replace="android:authorities" />
<service
android:name="net.osmand.plus.NavigationService"
android:process="net.osmand.plus.huawei"
tools:replace="android:process" />
</application>
</manifest>