Loading core/java/android/content/Context.java +1 −1 Original line number Diff line number Diff line Loading @@ -2375,7 +2375,7 @@ public abstract class Context { /** * {@link android.print.PrintManager} for printing and managing * printers and print taks. * printers and print tasks. * * @see #getSystemService * @see android.print.PrintManager Loading core/java/android/content/Intent.java +1 −1 Original line number Diff line number Diff line Loading @@ -1193,7 +1193,7 @@ public class Intent implements Parcelable, Cloneable { /** * An optional field on {@link #ACTION_ASSIST} and {@link #ACTION_VOICE_ASSIST} * containing an the names of the application package of foreground services at the time * containing the application package names of foreground services at the time * of the assist request. This is an array of {@link String}s, with one entry * per service. */ Loading core/java/android/database/Cursor.java +4 −1 Original line number Diff line number Diff line Loading @@ -25,9 +25,12 @@ import java.io.Closeable; /** * This interface provides random read-write access to the result set returned * by a database query. * * <p> * Cursor implementations are not required to be synchronized so code using a Cursor from multiple * threads should perform its own synchronization when using the Cursor. * </p><p> * Implementations should subclass {@link AbstractCursor}. * </p> */ public interface Cursor extends Closeable { /* Loading core/java/android/hardware/display/DisplayManager.java +3 −5 Original line number Diff line number Diff line Loading @@ -74,8 +74,7 @@ public final class DisplayManager { * richer second screen experiences. * </p> * * @see android.app.Presentation for information about presenting content * on secondary displays. * @see android.app.Presentation * @see Display#FLAG_PRESENTATION * @see #getDisplays(String) */ Loading Loading @@ -138,8 +137,7 @@ public final class DisplayManager { * more special-purpose displays. * </p> * * @see android.app.Presentation for information about presenting content * on secondary displays. * @see android.app.Presentation * @see #createVirtualDisplay * @see #DISPLAY_CATEGORY_PRESENTATION * @see Display#FLAG_PRESENTATION Loading Loading @@ -168,7 +166,7 @@ public final class DisplayManager { * The content of secure windows will be blanked if shown on this display. * </p> * * @see Display#FLAG_SECURE for information about secure displays. * @see Display#FLAG_SECURE * @see #createVirtualDisplay */ public static final int VIRTUAL_DISPLAY_FLAG_SECURE = 1 << 2; Loading core/res/AndroidManifest.xml +4 −4 Original line number Diff line number Diff line Loading @@ -1900,14 +1900,14 @@ android:description="@string/permdesc_bindAccessibilityService" android:protectionLevel="signature" /> <!-- Must be required by an {@link android.printservice.PrintService}, <!-- Must be required by a {@link android.printservice.PrintService}, to ensure that only the system can bind to it. --> <permission android:name="android.permission.BIND_PRINT_SERVICE" android:label="@string/permlab_bindPrintService" android:description="@string/permdesc_bindPrintService" android:protectionLevel="signature" /> <!-- Must be required by an {@link android.nfc.cardemulation.HostApduService} <!-- Must be required by a {@link android.nfc.cardemulation.HostApduService} or {@link android.nfc.cardemulation.OffHostApduService} to ensure that only the system can bind to it. --> <permission android:name="android.permission.BIND_NFC_SERVICE" Loading @@ -1931,7 +1931,7 @@ android:description="@string/permdesc_bindTextService" android:protectionLevel="signature" /> <!-- Must be required by an {@link android.net.VpnService}, <!-- Must be required by a {@link android.net.VpnService}, to ensure that only the system can bind to it. --> <permission android:name="android.permission.BIND_VPN_SERVICE" android:label="@string/permlab_bindVpnService" Loading @@ -1953,7 +1953,7 @@ android:protectionLevel="signature" /> <!-- Required to add or remove another application as a device admin. <p/>Not for use by third-party apps. --> <p/>Not for use by third-party applications. --> <permission android:name="android.permission.MANAGE_DEVICE_ADMINS" android:label="@string/permlab_manageDeviceAdmins" android:description="@string/permdesc_manageDeviceAdmins" Loading Loading
core/java/android/content/Context.java +1 −1 Original line number Diff line number Diff line Loading @@ -2375,7 +2375,7 @@ public abstract class Context { /** * {@link android.print.PrintManager} for printing and managing * printers and print taks. * printers and print tasks. * * @see #getSystemService * @see android.print.PrintManager Loading
core/java/android/content/Intent.java +1 −1 Original line number Diff line number Diff line Loading @@ -1193,7 +1193,7 @@ public class Intent implements Parcelable, Cloneable { /** * An optional field on {@link #ACTION_ASSIST} and {@link #ACTION_VOICE_ASSIST} * containing an the names of the application package of foreground services at the time * containing the application package names of foreground services at the time * of the assist request. This is an array of {@link String}s, with one entry * per service. */ Loading
core/java/android/database/Cursor.java +4 −1 Original line number Diff line number Diff line Loading @@ -25,9 +25,12 @@ import java.io.Closeable; /** * This interface provides random read-write access to the result set returned * by a database query. * * <p> * Cursor implementations are not required to be synchronized so code using a Cursor from multiple * threads should perform its own synchronization when using the Cursor. * </p><p> * Implementations should subclass {@link AbstractCursor}. * </p> */ public interface Cursor extends Closeable { /* Loading
core/java/android/hardware/display/DisplayManager.java +3 −5 Original line number Diff line number Diff line Loading @@ -74,8 +74,7 @@ public final class DisplayManager { * richer second screen experiences. * </p> * * @see android.app.Presentation for information about presenting content * on secondary displays. * @see android.app.Presentation * @see Display#FLAG_PRESENTATION * @see #getDisplays(String) */ Loading Loading @@ -138,8 +137,7 @@ public final class DisplayManager { * more special-purpose displays. * </p> * * @see android.app.Presentation for information about presenting content * on secondary displays. * @see android.app.Presentation * @see #createVirtualDisplay * @see #DISPLAY_CATEGORY_PRESENTATION * @see Display#FLAG_PRESENTATION Loading Loading @@ -168,7 +166,7 @@ public final class DisplayManager { * The content of secure windows will be blanked if shown on this display. * </p> * * @see Display#FLAG_SECURE for information about secure displays. * @see Display#FLAG_SECURE * @see #createVirtualDisplay */ public static final int VIRTUAL_DISPLAY_FLAG_SECURE = 1 << 2; Loading
core/res/AndroidManifest.xml +4 −4 Original line number Diff line number Diff line Loading @@ -1900,14 +1900,14 @@ android:description="@string/permdesc_bindAccessibilityService" android:protectionLevel="signature" /> <!-- Must be required by an {@link android.printservice.PrintService}, <!-- Must be required by a {@link android.printservice.PrintService}, to ensure that only the system can bind to it. --> <permission android:name="android.permission.BIND_PRINT_SERVICE" android:label="@string/permlab_bindPrintService" android:description="@string/permdesc_bindPrintService" android:protectionLevel="signature" /> <!-- Must be required by an {@link android.nfc.cardemulation.HostApduService} <!-- Must be required by a {@link android.nfc.cardemulation.HostApduService} or {@link android.nfc.cardemulation.OffHostApduService} to ensure that only the system can bind to it. --> <permission android:name="android.permission.BIND_NFC_SERVICE" Loading @@ -1931,7 +1931,7 @@ android:description="@string/permdesc_bindTextService" android:protectionLevel="signature" /> <!-- Must be required by an {@link android.net.VpnService}, <!-- Must be required by a {@link android.net.VpnService}, to ensure that only the system can bind to it. --> <permission android:name="android.permission.BIND_VPN_SERVICE" android:label="@string/permlab_bindVpnService" Loading @@ -1953,7 +1953,7 @@ android:protectionLevel="signature" /> <!-- Required to add or remove another application as a device admin. <p/>Not for use by third-party apps. --> <p/>Not for use by third-party applications. --> <permission android:name="android.permission.MANAGE_DEVICE_ADMINS" android:label="@string/permlab_manageDeviceAdmins" android:description="@string/permdesc_manageDeviceAdmins" Loading