Fix standalone support library docs build

Remove references to non-public android.R.styleable class, update
reference to wrong Preferences class.

Change-Id: I14d26b479fc43be409925c18db98e49fc65fc6ca
diff --git a/v13/java/android/support/v13/view/inputmethod/InputConnectionCompat.java b/v13/java/android/support/v13/view/inputmethod/InputConnectionCompat.java
index b740502..07a76aa 100644
--- a/v13/java/android/support/v13/view/inputmethod/InputConnectionCompat.java
+++ b/v13/java/android/support/v13/view/inputmethod/InputConnectionCompat.java
@@ -203,10 +203,8 @@
      * <a href="{@docRoot}training/secure-file-sharing/index.html">Sharing Files</a>.
      *
      * <p>Make sure that the content provider owning the Uri sets the
-     * {@link android.R.styleable#AndroidManifestProvider_grantUriPermissions
-     * grantUriPermissions} attribute in its manifest or included the
-     * {@link android.R.styleable#AndroidManifestGrantUriPermission
-     * &lt;grant-uri-permissions&gt;} tag.</p>
+     * {@link android.R.attr#grantUriPermissions grantUriPermissions} attribute in its manifest or
+     * included the {@code &lt;grant-uri-permissions&gt;} tag.</p>
      *
      * <p>Supported only on API &gt;= 25.</p>
      *
diff --git a/v7/preference/src/android/support/v7/preference/PreferenceCategory.java b/v7/preference/src/android/support/v7/preference/PreferenceCategory.java
index b375b45..25f0b69 100644
--- a/v7/preference/src/android/support/v7/preference/PreferenceCategory.java
+++ b/v7/preference/src/android/support/v7/preference/PreferenceCategory.java
@@ -23,8 +23,8 @@
 import android.util.AttributeSet;
 
 /**
- * Used to group {@link android.preference.Preference} objects
- * and provide a disabled title above the group.
+ * Used to group {@link Preference} objects and provide a disabled title above
+ * the group.
  *
  * <div class="special reference">
  * <h3>Developer Guides</h3>