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.
/*
* Copyright (c) 2010 - 2011, The MiCode Open Source Community (www.micode.net)
*
* 遵循 Apache 许可证 2.0 版(“许可证”);
* 除非遵守许可证,否则不得使用此文件。
* 你可以在以下网址获取许可证副本:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* 除非适用法律要求或书面同意,
* 根据许可证分发的软件按“原样”分发,
* 不附带任何明示或暗示的保证或条件。
* 请参阅许可证,了解具体的权限和限制。
*/
packagenet.micode.notes.widget;
importandroid.appwidget.AppWidgetManager;
importandroid.content.Context;
importnet.micode.notes.R;
importnet.micode.notes.data.Notes;
importnet.micode.ones.tool.ResourceParser;
// NoteWidgetProvider_4x 类继承自 NoteWidgetProvider,用于实现特定尺寸(4x)的便签小部件的功能,包括处理小部件更新、获取布局 ID、背景资源 ID 和小部件类型等