android intent使用定义标题

时间:2024-01-25 20:13:46
【文件属性】:

文件名称:android intent使用定义标题

文件大小:32KB

文件格式:PDF

更新时间:2024-01-25 20:13:46

AND android android开发

可以使用 Intent.createChooser() 的方法来创建 Intent,并传入想要的 Sting 作为标题。 以wallpaper 选择框为例,当在Launcher workspace的空白区域上长按,会弹出wallpaper的选择框,选择框的标题为”Choose wallpaper from”,如下: 代码如下: private void startWallpaper() { showWorkspace(true); final Intent pickWallpaper = new Intent(Intent.ACTION_SET_WALLPAPER); Intent choo


网友评论