Skip to content

Commit 93e6358

Browse files
authored
Bookmark fixes (#1702)
* Bookmark fixes. * Bookmark fix!
1 parent 1f4f8c8 commit 93e6358

File tree

223 files changed

+1684
-1686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+1684
-1686
lines changed

docs/android/app-fundamentals/activity-lifecycle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Activity. In contrast, when the user clicks the Home button the
341341
activity is merely placed into the background – Android will not kill
342342
the activity.
343343

344-
<a name="Managing_State_Throughout_the_Lifecycle" />
344+
<a name="Managing_State_Throughout_the_Lifecycle"></a>
345345

346346
## Managing State Throughout the Lifecycle
347347

docs/android/app-fundamentals/android-api-levels.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ installed, and you can use it to add any new API levels that you need
197197
for your app. If you are not familiar with how to install API levels,
198198
see [Android SDK Setup](~/android/get-started/installation/android-sdk.md).
199199

200-
<a name="framework" />
200+
<a name="framework"></a>
201201

202202
### Target Framework
203203

@@ -251,7 +251,7 @@ menu to the right of **Target framework** as shown above.
251251

252252
-----
253253

254-
<a name="minimum" />
254+
<a name="minimum"></a>
255255

256256
### Minimum Android Version
257257

@@ -308,7 +308,7 @@ setting.
308308

309309
-----
310310

311-
<a name="target" />
311+
<a name="target"></a>
312312

313313
### Target Android Version
314314

@@ -371,7 +371,7 @@ For more information about SDK levels, see the Android Developer
371371
[uses-sdk](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html)
372372
documentation.
373373

374-
<a name="runtimechecks" />
374+
<a name="runtimechecks"></a>
375375

376376
## Runtime checks for Android versions
377377

@@ -450,7 +450,7 @@ implement alternate functionality for when
450450
`Android.OS.Build.VERSION.SdkInt` is detected to be less than the API
451451
level that your app needs to present its optimum experience.
452452

453-
<a name="libraries" />
453+
<a name="libraries"></a>
454454

455455
## API levels and libraries
456456

docs/android/app-fundamentals/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ attribute on the activity, like this:
5757
ConfigurationChanges = ConfigChanges.Locale | ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
5858
```
5959

60-
<a name="basics" />
60+
<a name="basics"></a>
6161

6262
## Internationalization Basics in Android
6363

docs/android/app-fundamentals/notifications/local-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ app.
643643
For more information about creating pending intents, see
644644
[PendingIntent](xref:Android.App.PendingIntent).
645645

646-
<a name="beyond-the-basic-notification" />
646+
<a name="beyond-the-basic-notification"></a>
647647

648648
## Beyond the basic notification
649649

@@ -653,7 +653,7 @@ you can enhance this basic format by making additional
653653
learn how to add a large photo icon to your notification, and you'll
654654
see examples of how to create expanded layout notifications.
655655

656-
<a name="large-icon-format" />
656+
<a name="large-icon-format"></a>
657657

658658
### Large icon format
659659

docs/android/app-fundamentals/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This document will discuss how to add permissions to a Xamarin.Android applicati
4444
> [!NOTE]
4545
> It is possible that permissions for hardware may affect how the app is filtered by Google Play. For example, if the app requires permission for the camera, then Google Play will not show the app in the Google Play Store on a device that does not have a camera installed.
4646
47-
<a name="requirements" />
47+
<a name="requirements"></a>
4848

4949
## Requirements
5050

docs/android/app-fundamentals/resources-in-android/fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Packaging a font into an Android APK ensures that it is always available to the
6161
6262
When there are many similar font files (for example, the same font with different weights or styles) it is possible to group them into a font family.
6363

64-
<a name="font_families" />
64+
<a name="font_families"></a>
6565

6666
### Font Families
6767

docs/android/app-fundamentals/services/creating-a-service/started-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The key lifecycle events of a started service are shown in this diagram:
5252

5353
![A diagram showing the order in which the lifecycle methods are called](started-services-images/started-service-01.png "A diagram showing the order in which the lifecycle methods are called.")
5454

55-
<a name="Stopping_the_Service" />
55+
<a name="Stopping_the_Service"></a>
5656

5757
## Stopping the Service
5858

docs/android/data-cloud/google-messaging/firebase-cloud-messaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ to your Xamarin.Android project as explained in
101101
The following sections explain how these credentials are used when
102102
client apps communicate with app servers through FCM.
103103

104-
<a name="registration" />
104+
<a name="registration"></a>
105105

106106
### Registration with FCM
107107

@@ -191,7 +191,7 @@ obtains a registration token as explained earlier):
191191
For more information about Firebase topic messaging, see Google's
192192
[Topic Messaging on Android](https://firebase.google.com/docs/cloud-messaging/android/topic-messaging).
193193

194-
<a name="setup_fcm" />
194+
<a name="setup_fcm"></a>
195195

196196
## Setting up Firebase Cloud Messaging
197197

docs/android/data-cloud/google-messaging/google-cloud-messaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Google's [Upstream Messages](https://firebase.google.com/docs/cloud-messaging/xm
196196
explains how to structure JSON-encoded messages and send them to app
197197
servers that run Google's XMPP-based Cloud Connection Server.
198198

199-
<a name="settingup" />
199+
<a name="settingup"></a>
200200

201201
## Setting Up Google Cloud Messaging
202202

docs/android/deploy-test/building-apps/build-process.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Debug package to be smaller.
4646
The shared runtime may be disabled in Debug builds by setting the
4747
`$(AndroidUseSharedRuntime)` property to `False`.
4848

49-
<a name="Fast_Deployment" />
49+
<a name="Fast_Deployment"></a>
5050

5151
### Fast Deployment
5252

@@ -79,7 +79,7 @@ This page documents only the Xamarin.Android-specific features and
7979
customizations &ndash; many more things are possible with the normal
8080
MSBuild items, properties and targets.
8181

82-
<a name="Build_Targets" />
82+
<a name="Build_Targets"></a>
8383

8484
## Build Targets
8585

@@ -1194,7 +1194,7 @@ resources.
11941194
The default value is `Resources`. Change this to `res` for the
11951195
Java project structure.
11961196

1197-
<a name="Signing_Properties" />
1197+
<a name="Signing_Properties"></a>
11981198

11991199
### Signing Properties
12001200

@@ -1360,7 +1360,7 @@ To use the keystore generated above, use the property group:
13601360
</PropertyGroup>
13611361
```
13621362
1363-
<a name="Build_Actions" />
1363+
<a name="Build_Actions"></a>
13641364
13651365
## Build Actions
13661366
@@ -1391,7 +1391,7 @@ with layout files:
13911391
<AndroidBoundLayout Include="Resources\layout\Main.axml" />
13921392
```
13931393
1394-
<a name="AndroidEnvironment" />
1394+
<a name="AndroidEnvironment"></a>
13951395
13961396
### AndroidEnvironment
13971397
@@ -1532,7 +1532,7 @@ Build action will result in a `XA0101` warning.
15321532
Files with a *LinkDescription* build action are used to
15331533
[control linker behavior](~/cross-platform/deploy-test/linker.md).
15341534
1535-
<a name="ProguardConfiguration" />
1535+
<a name="ProguardConfiguration"></a>
15361536
15371537
### ProguardConfiguration
15381538

0 commit comments

Comments
 (0)