@@ -225,7 +225,7 @@ gyroscope sensor. To do so, add <code><uses-feature
225225android:name="android.hardware.sensor.gyroscope"
226226android:required="true"></code> to the application manifest.</p>
227227
228- <p>For API details, see {@link android.hardware.Sensor}</p>
228+ <p>For API details, see {@link android.hardware.Sensor}. </p>
229229
230230
231231<h3 id="cameras">Multiple cameras support</h3>
@@ -242,9 +242,9 @@ positional characteristics (orientation, front-facing or back-facing).</li>
242242android.hardware.Camera#getCameraInfo(int,CameraInfo) getCameraInfo()} methods in the {@link
243243android.hardware.Camera} class let applications query for the cameras available
244244and open the camera that they need.</li>
245- <li>New {@link android.media.CamcorderProfile get(int,int) method lets
246- applications retrieve a CamcorderProfile for a specific camera. </li>
247- <li>New {@link android media.CameraProfile#getJpegEncodingQualityParameter(int, int)
245+ <li>New {@link android.media.CamcorderProfile#get get()} method lets
246+ applications retrieve a {@link android.media. CamcorderProfile} for a specific camera. </li>
247+ <li>New {@link android. media.CameraProfile#getJpegEncodingQualityParameter(int, int)
248248getJpegEncodingQualityParameter()} lets applications obtain the still-image
249249capture quality level for a specific camera.</li>
250250</ul>
@@ -389,19 +389,19 @@ security of Views that provide access to sensitive functionality. For example,
389389touch filtering is appropriate to ensure the security of user actions such as
390390granting a permission request, making a purchase, or clicking on an
391391advertisement. For details, see the <a
392- href="{@docRoot}reference/android/view/View.html#security ">View class
392+ href="{@docRoot}reference/android/view/View.html#Security ">View class
393393documentation</a>.</li>
394394<li>New <code>filterTouchesWhenObscured</code> attribute for view elements,
395395which declares whether to filter touches when the view's window is obscured by
396396another visible window. When set to <code>"true"</code>, the view will not
397397receive touches whenever a toast, dialog or other window appears above the
398398view's window. Refer to <a
399- href="{@docRoot}reference/android/view/View.html#security ">View security
399+ href="{@docRoot}reference/android/view/View.html#Security ">View security
400400documentation</a> for details.</li>
401401</ul>
402402
403403<p class="note">To look at sample code for touch filtering, see
404- <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/SecureView.html">SurfaceView .java</a>
404+ <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/SecureView.html">SecureView .java</a>
405405in the ApiDemos sample application.</p>
406406</li>
407407
0 commit comments