You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated to 2.0.10 and built a new version and got the warning. There was no warning the last time I built with 2.0.9.
C:....\AppData\Local\Pub\Cache\hosted\pub.dev\in_app_review-2.0.10\android\src\main\java\dev\britannio\in_app_review\InAppReviewPlugin.java:223: warning: [deprecation] getInstallerPackageName(String) in PackageManager has been deprecated
final String installer = context.getPackageManager().getInstallerPackageName(context.getPackageName());
The text was updated successfully, but these errors were encountered:
Read testing guidelines
I just updated to 2.0.10 and built a new version and got the warning. There was no warning the last time I built with 2.0.9.
C:....\AppData\Local\Pub\Cache\hosted\pub.dev\in_app_review-2.0.10\android\src\main\java\dev\britannio\in_app_review\InAppReviewPlugin.java:223: warning: [deprecation] getInstallerPackageName(String) in PackageManager has been deprecated
final String installer = context.getPackageManager().getInstallerPackageName(context.getPackageName());
The text was updated successfully, but these errors were encountered: