Loading services/java/com/android/server/ThemeService.java +5 −2 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ import android.os.Message; import android.os.RemoteCallbackList; import android.os.RemoteException; import android.os.SystemProperties; import android.os.UserHandle; import android.provider.Settings; import android.provider.ThemesContract; import android.text.TextUtils; Loading Loading @@ -461,7 +462,8 @@ public class ThemeService extends IThemeService.Stub { } if (success) { mContext.sendBroadcast(new Intent(Intent.ACTION_KEYGUARD_WALLPAPER_CHANGED)); mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_KEYGUARD_WALLPAPER_CHANGED), UserHandle.ALL); } return success; } Loading Loading @@ -639,7 +641,8 @@ public class ThemeService extends IThemeService.Stub { // if successful, broadcast that the theme changed if (isSuccess) { mContext.sendBroadcast(new Intent(ThemeUtils.ACTION_THEME_CHANGED)); mContext.sendBroadcastAsUser(new Intent(ThemeUtils.ACTION_THEME_CHANGED), UserHandle.ALL); } } Loading Loading
services/java/com/android/server/ThemeService.java +5 −2 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ import android.os.Message; import android.os.RemoteCallbackList; import android.os.RemoteException; import android.os.SystemProperties; import android.os.UserHandle; import android.provider.Settings; import android.provider.ThemesContract; import android.text.TextUtils; Loading Loading @@ -461,7 +462,8 @@ public class ThemeService extends IThemeService.Stub { } if (success) { mContext.sendBroadcast(new Intent(Intent.ACTION_KEYGUARD_WALLPAPER_CHANGED)); mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_KEYGUARD_WALLPAPER_CHANGED), UserHandle.ALL); } return success; } Loading Loading @@ -639,7 +641,8 @@ public class ThemeService extends IThemeService.Stub { // if successful, broadcast that the theme changed if (isSuccess) { mContext.sendBroadcast(new Intent(ThemeUtils.ACTION_THEME_CHANGED)); mContext.sendBroadcastAsUser(new Intent(ThemeUtils.ACTION_THEME_CHANGED), UserHandle.ALL); } } Loading