Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 426 Bytes

File metadata and controls

6 lines (6 loc) · 426 Bytes

AppWidget

Android桌面小组件,点击可进入活动,并给活动传递参数。并且在卸载过后,小控件会自动消失。
在活动中,因为给活动定义了andrdroid:lauchMode=singleTask,在活动未被finish()情况下,intent传递数 据在Activity的onNewIntent()方法中获取。 效果
图片加载失败