小编Pri*_*iya的帖子

版本APK文件的名称

我可以获取刚刚使用intent下载的APK文件的versionName.我的代码如下: -

//downloading an APK from link  
Intent intent = new Intent(Intent.ACTION_VIEW ,Uri.parse("http://mysite/myapp.apk"));
startActivity(intent);    
Run Code Online (Sandbox Code Playgroud)

现在我想要APK文件的versionName.谁能帮我?
谢谢Priya

android

0
推荐指数
1
解决办法
507
查看次数

标签 统计

android ×1