Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d06520a4 authored by Gina Dimino's avatar Gina Dimino Committed by Android (Google) Code Review
Browse files

Merge "Docs: Suppress errors in SystemApi Build Bug: 28427390" into nyc-dev

parents 5a3a66a2 98ad8881
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1119,6 +1119,9 @@ LOCAL_DROIDDOC_OPTIONS:= \
		-showAnnotation android.annotation.SystemApi \
		-title "Android SDK - Including system APIs." \
		-toroot / \
		-hide 101 \
		-hide 104 \
		-hide 108 \
		-hdf android.whichdoc online \
		$(sample_groups) \
		-hdf android.hasSamples true \
+1 −1
Original line number Diff line number Diff line
@@ -1556,7 +1556,7 @@ public class Intent implements Parcelable, Cloneable {

    /**
     * Used as an int extra field with {@link #ACTION_INSTALL_PACKAGE} and
     * {@link} #ACTION_VIEW} to indicate the uid of the package that initiated the install
     * {@link #ACTION_VIEW} to indicate the uid of the package that initiated the install
     * @hide
     */
    @SystemApi
+2 −2
Original line number Diff line number Diff line
@@ -2008,7 +2008,7 @@ public class LocationManager {
     * No-op method to keep backward-compatibility.
     * Don't use it. Use {@link #registerGnssMeasurementsCallback} instead.
     * @hide
     * @deprecated
     * @deprecated Not supported anymore.
     */
    @Deprecated
    @SystemApi
@@ -2065,7 +2065,7 @@ public class LocationManager {
     * No-op method to keep backward-compatibility.
     * Don't use it. Use {@link #registerGnssNavigationMessageCallback} instead.
     * @hide
     * @deprecated
     * @deprecated Not supported anymore.
     */
    @Deprecated
    @SystemApi
+1 −1
Original line number Diff line number Diff line
@@ -691,7 +691,7 @@ public class RttManager {

        /**
         * spread (i.e. max - min) distance
         * @deprecate Use {@link android.net.wifi.RttManager.RttResult#distanceSpread} API.
         * @deprecated Use {@link android.net.wifi.RttManager.RttResult#distanceSpread} API.
         */
        @Deprecated
        public int distance_spread_cm;
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ public class WifiScanner {
    /**
     * reports {@link ScanListener#onResults} when underlying buffers are full
     * this is simply the lack of the {@link #REPORT_EVENT_AFTER_EACH_SCAN} flag
     * @deprecated
     * @deprecated It is not supported anymore.
     */
    @Deprecated
    public static final int REPORT_EVENT_AFTER_BUFFER_FULL = 0;