Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2743,7 +2743,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub mContext, 0, mContext, 0, Intent.createChooser(new Intent(Intent.ACTION_SET_WALLPAPER), Intent.createChooser(new Intent(Intent.ACTION_SET_WALLPAPER), mContext.getText(com.android.internal.R.string.chooser_wallpaper)), mContext.getText(com.android.internal.R.string.chooser_wallpaper)), 0, null, new UserHandle(serviceUserId))); PendingIntent.FLAG_IMMUTABLE, null, new UserHandle(serviceUserId))); if (!mContext.bindServiceAsUser(intent, newConn, if (!mContext.bindServiceAsUser(intent, newConn, Context.BIND_AUTO_CREATE | Context.BIND_SHOWING_UI Context.BIND_AUTO_CREATE | Context.BIND_SHOWING_UI | Context.BIND_FOREGROUND_SERVICE_WHILE_AWAKE | Context.BIND_FOREGROUND_SERVICE_WHILE_AWAKE Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2743,7 +2743,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub mContext, 0, mContext, 0, Intent.createChooser(new Intent(Intent.ACTION_SET_WALLPAPER), Intent.createChooser(new Intent(Intent.ACTION_SET_WALLPAPER), mContext.getText(com.android.internal.R.string.chooser_wallpaper)), mContext.getText(com.android.internal.R.string.chooser_wallpaper)), 0, null, new UserHandle(serviceUserId))); PendingIntent.FLAG_IMMUTABLE, null, new UserHandle(serviceUserId))); if (!mContext.bindServiceAsUser(intent, newConn, if (!mContext.bindServiceAsUser(intent, newConn, Context.BIND_AUTO_CREATE | Context.BIND_SHOWING_UI Context.BIND_AUTO_CREATE | Context.BIND_SHOWING_UI | Context.BIND_FOREGROUND_SERVICE_WHILE_AWAKE | Context.BIND_FOREGROUND_SERVICE_WHILE_AWAKE Loading