函数名称: 获取应用名称
函数功能: 根据应用包名获取应用名称
函数方法
name = app.getName(bid)
函数用例
bid = app.getPackageName("积木编程") name = app.getName(bid) dialog(name,5000)
注意事项