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

Commit 11da8a8a authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc typo"

parents 153187d0 007bbc0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2069,7 +2069,7 @@ public class DevicePolicyManager {
     * @param admin Which {@link DeviceAdminReceiver} this request is associated with.
     * @param intent An intent matching the app(s) to be installed. All apps that resolve for this
     *               intent will be re-enabled in the current profile.
     * @returns int The number of activities that matched the intent and were installed.
     * @return int The number of activities that matched the intent and were installed.
     */
    public int enableSystemApp(ComponentName admin, Intent intent) {
        if (mService != null) {