Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Added wearable declaration tag to manifest #963

Merged
merged 1 commit into from
Feb 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion MapboxAndroidDemo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
android:launchMode="singleTop"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/AppTheme">

<uses-library
android:name="com.google.android.wearable"
android:required="false" />

<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand Down Expand Up @@ -111,7 +116,7 @@
android:label="@string/activity_java_services_directions_title">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.mapbox.mapboxandroiddemo.MainActivity"/>
android:value="com.mapbox.mapboxandroiddemo.MainActivity" />
</activity>
<activity
android:name=".examples.javaservices.OptimizationActivity"
Expand Down