Skip to content

Commit f60d640

Browse files
natiginfogithub-actions[bot]
authored andcommitted
[maps-android] fix AndroidManifest in example app (#9020)
GitOrigin-RevId: 5dda4d334233cd9613a188681b3a7beb10201d00
1 parent d2b1ebd commit f60d640

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -498,18 +498,6 @@
498498
android:name="android.support.PARENT_ACTIVITY"
499499
android:value=".ExampleOverviewActivity" />
500500
</activity>
501-
<activity
502-
android:name=".examples.IndoorExampleActivity"
503-
android:description="@string/description_indoor"
504-
android:exported="true"
505-
android:label="@string/activity_indoor">
506-
<meta-data
507-
android:name="@string/category"
508-
android:value="@string/category_lab" />
509-
<meta-data
510-
android:name="android.support.PARENT_ACTIVITY"
511-
android:value=".ExampleOverviewActivity" />
512-
</activity>
513501
<activity
514502
android:name=".examples.TextureViewActivity"
515503
android:description="@string/description_texture_view"
@@ -1471,4 +1459,4 @@
14711459
android:value=".ExampleOverviewActivity" />
14721460
</activity>
14731461
</application>
1474-
</manifest>
1462+
</manifest>

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@
190190
<string name="color_theme_monochrome">Monochrome</string>
191191
<string name="color_theme_toggle_atmosphere">Use theme color for Atmosphere</string>
192192

193-
<!-- Indoor -->
194-
<string name="activity_indoor">Indoor Manager</string>
195-
<string name="description_indoor">Example showcasing indoor floor selection and state updates</string>
196-
197193
<!-- Standard style interactions activity -->
198194
<string name="select_all">Select All</string>
199195
</resources>

0 commit comments

Comments
 (0)