Android get Google Play Store app version

前端 未结 8 1748
渐次进展
渐次进展 2021-02-06 11:49

I am using this code to get the Google Play Store app version but this is causing my app to hang. Please specify another way to get the app version or how I can use this code to

8条回答
  •  轮回少年
    2021-02-06 12:24

    just try this,

    Replace the code ,

                    .get()
                    .select("div:containsOwn(Current Version)")
                    .next()
                    .text();
    

提交回复
热议问题