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

Commit e03bdb3b authored by Jonas Larsson's avatar Jonas Larsson
Browse files

@hide DownloadManager.Request.NETWORK_WIMAX

This field is not in the official API and @hide prevents the api
checker from complaining about it (and aborting the build)

Change-Id: I77068e18ec2b68499052927aed4b8e834f5739aa
parent f8e2430b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -344,6 +344,7 @@ public class DownloadManager {
        /**
         * Bit flag for {@link #setAllowedNetworkTypes} corresponding to
         * {@link ConnectivityManager#TYPE_WIMAX}.
         * @hide
         */
        public static final int NETWORK_WIMAX = 1 << 6;