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

Commit 255d5a72 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5925757 from 1e3288d6 to qt-qpr2-release

Change-Id: I00f1b42ef8d68a9d8de8dbc177c58cc99314c950
parents a9665849 1e3288d6
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -101,19 +101,6 @@ import java.util.concurrent.Executor;
 * <p>
 * The ApiDemos project contains examples of using this API:
 * <code>ApiDemos/src/com/example/android/apis/content/InstallApk*.java</code>.
 * <p>
 * On Android Q or above, an app installed notification will be posted
 * by system after a new app is installed.
 * To customize installer's notification icon, you should declare the following in the manifest
 * &lt;application> as follows: </p>
 * <pre>
 * &lt;meta-data android:name="com.android.packageinstaller.notification.smallIcon"
 * android:resource="@drawable/installer_notification_icon"/>
 * </pre>
 * <pre>
 * &lt;meta-data android:name="com.android.packageinstaller.notification.color"
 * android:resource="@color/installer_notification_color"/>
 * </pre>
 */
public class PackageInstaller {
    private static final String TAG = "PackageInstaller";
+4 −4
Original line number Diff line number Diff line
@@ -349,10 +349,10 @@
         will be given a single shared user ID, so they can for example run
         in the same process.  Note that for them to actually get the same
         user ID, they must also be signed with the same signature.
         @deprecated Shared user id's cause non-deterministic behaviour within the
         package manager. As such, it's use is discouraged, deprecated, and will
         be removed altogether in a future version of Android. Instead, proper
         communication mechanisms such as services and providers should be used
         @deprecated Shared user IDs cause non-deterministic behavior within the
         package manager. As such, its use is strongly discouraged and may be
         removed in a future version of Android. Instead, apps should use proper
         communication mechanisms, such as services and content providers,
         to facilitate interoperability between shared components. -->
    <attr name="sharedUserId" format="string" />

+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ java_library {
        "framework_media_annotation",
        "android_system_stubs_current",
    ],

    plugins: ["java_api_finder"],
}

filegroup {