|
7 | 7 | <application
|
8 | 8 | android:name=".MapLibreApplication"
|
9 | 9 | android:allowBackup="true"
|
| 10 | + android:debuggable="true" |
10 | 11 | android:exported="true"
|
11 | 12 | android:fullBackupContent="true"
|
12 | 13 | android:icon="@drawable/icon"
|
13 | 14 | android:label="@string/app_name"
|
14 | 15 | android:roundIcon="@drawable/ic_launcher_round"
|
15 | 16 | android:supportsRtl="true"
|
16 | 17 | android:theme="@style/AppTheme"
|
17 |
| - android:debuggable="true" |
18 | 18 | tools:ignore="HardcodedDebugMode">
|
19 | 19 | <activity
|
20 | 20 | android:name=".activity.FeatureOverviewActivity"
|
|
719 | 719 | <meta-data
|
720 | 720 | android:name="android.support.PARENT_ACTIVITY"
|
721 | 721 | android:value=".activity.FeatureOverviewActivity" />
|
| 722 | + </activity> |
| 723 | + <activity |
| 724 | + android:name=".activity.sources.VectorTileActivity" |
| 725 | + android:description="@string/description_vector_tile" |
| 726 | + android:exported="true" |
| 727 | + android:label="@string/activity_vector_tile"> |
| 728 | + <meta-data |
| 729 | + android:name="@string/category" |
| 730 | + android:value="@string/category_data" /> |
| 731 | + <meta-data |
| 732 | + android:name="android.support.PARENT_ACTIVITY" |
| 733 | + android:value=".activity.FeatureOverviewActivity" /> |
722 | 734 | </activity> <!-- Features -->
|
723 | 735 | <activity
|
724 | 736 | android:name=".activity.feature.QueryRenderedFeaturesPropertiesActivity"
|
|
878 | 890 | android:value=".activity.FeatureOverviewActivity" />
|
879 | 891 | </activity> <!-- Events -->
|
880 | 892 | <activity
|
881 |
| - android:name="org.maplibre.android.testapp.activity.events.ObserverActivity" |
| 893 | + android:name=".activity.events.ObserverActivity" |
882 | 894 | android:description="@string/description_observer_activity"
|
883 | 895 | android:exported="true"
|
884 |
| - android:label="@string/activity_observer_activity" > |
| 896 | + android:label="@string/activity_observer_activity"> |
885 | 897 | <meta-data
|
886 | 898 | android:name="@string/category"
|
887 | 899 | android:value="@string/category_events" />
|
|
1259 | 1271 | android:name="android.support.PARENT_ACTIVITY"
|
1260 | 1272 | android:value=".activity.FeatureOverviewActivity" />
|
1261 | 1273 | </activity>
|
1262 |
| - |
1263 | 1274 | <activity
|
1264 | 1275 | android:name=".activity.options.MapOptionsXmlActivity"
|
1265 |
| - android:exported="true" |
1266 | 1276 | android:description="@string/description_map_options_xml"
|
1267 |
| - android:label="@string/activity_map_options_xml" |
1268 |
| - > |
| 1277 | + android:exported="true" |
| 1278 | + android:label="@string/activity_map_options_xml"> |
1269 | 1279 | <meta-data
|
1270 | 1280 | android:name="@string/category"
|
1271 | 1281 | android:value="@string/category_map_options" />
|
1272 | 1282 | <meta-data
|
1273 | 1283 | android:name="android.support.PARENT_ACTIVITY"
|
1274 | 1284 | android:value=".activity.FeatureOverviewActivity" />
|
1275 | 1285 | </activity>
|
1276 |
| - |
1277 | 1286 | </application>
|
1278 | 1287 |
|
1279 | 1288 | </manifest>
|
0 commit comments