限制地区减少为:日本,韩国,香港,台湾
This commit is contained in:
parent
b419fcff39
commit
ccb7ffeabd
@ -353,7 +353,15 @@ abstract class MoBaseActivity : AppCompatActivity(), MusicPlayerView.PlaySkipFor
|
|||||||
// 不允许的国家代码
|
// 不允许的国家代码
|
||||||
val restrictedCountries = setOf(
|
val restrictedCountries = setOf(
|
||||||
// "CN",
|
// "CN",
|
||||||
"HK", "TW", "JP", "KR", "GB", "CH", "BE", "MO", "SG"
|
"HK",
|
||||||
|
"TW",
|
||||||
|
"JP",
|
||||||
|
"KR",
|
||||||
|
// "GB",
|
||||||
|
// "CH",
|
||||||
|
// "BE",
|
||||||
|
// "MO",
|
||||||
|
// "SG"
|
||||||
)
|
)
|
||||||
// 检查是否包含当前的国家代码
|
// 检查是否包含当前的国家代码
|
||||||
LogTag.LogD(TAG, "withPermission ipCountryCode->${appStore.ipCountryCode}")
|
LogTag.LogD(TAG, "withPermission ipCountryCode->${appStore.ipCountryCode}")
|
||||||
@ -378,7 +386,12 @@ abstract class MoBaseActivity : AppCompatActivity(), MusicPlayerView.PlaySkipFor
|
|||||||
val restrictedCountryCodes = setOf(
|
val restrictedCountryCodes = setOf(
|
||||||
// "460",
|
// "460",
|
||||||
// "461",
|
// "461",
|
||||||
"454", "466", "440", "441", "450", "234", "235", "228", "206", "455", "525"
|
"454",
|
||||||
|
"466",
|
||||||
|
"440",
|
||||||
|
"441",
|
||||||
|
"450",
|
||||||
|
// "234", "235", "228", "206", "455", "525"
|
||||||
)
|
)
|
||||||
val currentCountryCode = getCountryCode(this)
|
val currentCountryCode = getCountryCode(this)
|
||||||
LogTag.LogD(TAG, "withPermission currentCountryCode->${currentCountryCode}")
|
LogTag.LogD(TAG, "withPermission currentCountryCode->${currentCountryCode}")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user