getOpenSourceSoftwareLicenseInfo is returning null now

前端 未结 4 693
北恋
北恋 2021-02-15 00:45

A trivial but annoying issue has come up in the last few days. Previously my menu option which popped up a dialog to show the legal text for using Google Services was very full

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-15 01:20

    This method has been deprecated and is no longer necessary: https://developers.google.com/android/reference/com/google/android/gms/common/GooglePlayServicesUtil.html#getOpenSourceSoftwareLicenseInfo(android.content.Context)

    This license information is displayed in Settings > Google > Open Source on any device running Google Play services. Applications do not need to display this license text, and this method will be removed in a future version of Google Play services.

提交回复
热议问题