Your app contains content that doesn’t comply with the Device and Network Abuse policy. We found your app is using a non-compliant version of Huawei Mobile Services SDK which contains code to download or install applications from unknown sources outside of Google Play.
I am using Huawei Mobile Services SDK for Auto Eraser.
List of used dependency
implementation 'com.huawei.hms:ml-computer-vision-segmentation:3.0.0.301'
implementation 'com.huawei.hms:ml-computer-vision-image-segmentation-body-model:2.0.2.300'
buildscript {
repositories {
mavenCentral()
jcenter()
google()
maven {url 'http://developer.huawei.com/repo/'}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
//Auto eraser
classpath 'com.huawei.agconnect:agcp:1.3.1.300'
}
}
Added below meta data in manifest.xml
<meta-data
android:name="com.huawei.hms.ml.DEPENDENCY"
android:value="imgseg" />