summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2019-08-01 11:12:39 +0300
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-08-01 12:07:36 +0300
commit7c66d029cb5ba18b7eb0d0481a522f50f3dbae17 (patch)
tree8c7d75a7ca936c67a545d520f71c33b3025f1190
parent8fda03a686d9efd4db7178e93efb898c3d9f43ae (diff)
downloadqtlocation-mapboxgl-7c66d029cb5ba18b7eb0d0481a522f50f3dbae17.tar.gz
[android] remove unnecessary android:appComponentFactory reference
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
index 03e530e174..84ee250931 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -13,9 +13,7 @@
android:label="@string/app_name"
android:roundIcon="@drawable/ic_launcher_round"
android:supportsRtl="true"
- android:theme="@style/AppTheme"
- tools:replace="android:appComponentFactory"
- android:appComponentFactory="customComponentFactory">
+ android:theme="@style/AppTheme">
<activity
android:name=".activity.FeatureOverviewActivity"