Skip to content

Commit 8444055

Browse files
Update articles/azure-maps/quick-android-map.md
Co-authored-by: steve munk <[email protected]>
1 parent bc15bf7 commit 8444055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/quick-android-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Android Studio will take a few seconds to build the application. After the build
392392
:::image type="content" source="media/quick-android-map/quickstart-android-map.png" alt-text="A screenshot showing Azure Maps in an Android application.":::
393393
394394
> [!TIP]
395-
> By default Android reloads the activity when the orientation changes, or when the keyboard is hidden. This results in the map state being reset (reload the map which resets the view, and reloads data to initial state). To prevent this from happening add the following to the mainfest: `android:configChanges="orientation|keyboardHidden"`. This will stop the activity from reloading and call onConfigurationChanged() instead when the orientation is changed or the keyboard is hidden.
395+
> By default, Android reloads the activity when the orientation changes or the keyboard is hidden. This results in the map state being reset (reload the map which resets the view and reloads data to initial state). To prevent this from happening, add the following to the mainfest: `android:configChanges="orientation|keyboardHidden"`. This will stop the activity from reloading and instead call `onConfigurationChanged()` when the orientation has changed or the keyboard is hidden.
396396
397397
## Clean up resources
398398

0 commit comments

Comments
 (0)