1

Google Playstore checks something in device and then it will give some error if this checking fails.

For example if any application is not available in any country it will give restriction = 2

D/Finsky  ( 1043): [1] LibraryUtils.isAvailable: com.pccw.nowplayer not available [restriction=2].
D/Finsky  ( 1043): [1] LibraryUtils.isAvailable: com.pccw.nowplayer not available [restriction=2].
D/Finsky  ( 1043): [1] DocUtils.getAvailabilityRestrictionResourceId: Item is not available. Reason: 2
D/Finsky  ( 1043): [1] DetailsDataBasedFragment.rebindViews: Page [class=DetailsFragment] loaded in [16635 ms] (hasDetailsDataLoaded? false)
D/Finsky  ( 1043): [1] LibraryUtils.isAvailable: com.pccw.nowplayer not available [restriction=2].
D/Finsky  ( 1043): [1] LibraryUtils.isAvailable: com.pccw.nowplayer not available [restriction=2].
D/Finsky  ( 1043): [1] DocUtils.getAvailabilityRestrictionResourceId: Item is not available. Reason: 2
D/Finsky  ( 1043): [1] DetailsDataBasedFragment.rebindViews: Page [class=DetailsFragment] loaded in [16679 ms] (hasDetailsDataLoaded? true)
D/Finsky  ( 1043): [1] SelfUpdateScheduler.checkForSelfUpdate: Skipping DFE self-update. Local Version [80230011] >= Server Version [-1]

so can any one tell about restriction = 9 because i am getting it in Real Player.

Thanks.

Amit Chauhan
  • 6,151
  • 2
  • 24
  • 37
  • Refer to below link: http://stackoverflow.com/questions/31920605/unable-to-install-some-apps-from-google-play-on-customized-aosp-item-is-not-ava – Sreenu Yatam Aug 23 '16 at 00:08

2 Answers2

0

I got answer of this question it was due to bluetooth is not in my device.

Amit Chauhan
  • 6,151
  • 2
  • 24
  • 37
0

switch (restriction) { case 2: resourceId = R.string.availability_restriction_country; break;

dean
  • 1
  • availability_restriction_country – dean Mar 14 '23 at 02:54
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 19 '23 at 08:02