This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* 4x4网格大小的便签小部件提供者,继承自NoteWidgetProvider。
*/
public class NoteWidgetProvider_4x extends NoteWidgetProvider {
/**
* 当小部件需要更新时调用。
* @param context 上下文对象,提供应用程序环境信息。
* @param appWidgetManager AppWidget管理器,用于管理小部件。
* @param appWidgetIds 需要更新的小部件ID数组。
*/
@Override
public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) {