Fix build

This commit is contained in:
Michael Jurka
2012-10-24 18:45:10 -07:00
parent 147dfc8642
commit 8b3dd40019

View File

@ -1105,7 +1105,6 @@ public class LockPatternUtils {
}
private void writeAppWidgets(int[] appWidgetIds) {
Settings.Secure.putString(mContentResolver,
Settings.Secure.putStringForUser(mContentResolver,
Settings.Secure.LOCK_SCREEN_APPWIDGET_IDS,
combineStrings(appWidgetIds, ","),