Skip to content Skip to sidebar Skip to footer
Showing posts with the label Huawei Mobile Services

Why Hms Pushkit Needs Android.permission.request_install_packages

Recently I've added HMS PushKit SDK with this gradle code: implementation 'com.huawei.hms:p… Read more Why Hms Pushkit Needs Android.permission.request_install_packages

Not Working - Debug Mode Native Code (c/c++) On Android Studio With Tablet Huawei Mediapad M5

I have a problem when i put breakpoints on my native code (c/c++) with this tablet (HUAWEI MediaPad… Read more Not Working - Debug Mode Native Code (c/c++) On Android Studio With Tablet Huawei Mediapad M5

Cameracharacteristics Sensor_info_exposure_time_range Gives Wrong Values

I am using SENSOR_INFO_EXPOSURE_TIME_RANGE to calculate the range of supported exposure time. I tes… Read more Cameracharacteristics Sensor_info_exposure_time_range Gives Wrong Values

Unable To Start Android App Due To Logcollectmanager.getusertype() Error

When I try to run my application on Huawei P9 I’m getting the error Attempt to invoke virtual met… Read more Unable To Start Android App Due To Logcollectmanager.getusertype() Error

What Is The Alternative In Harmonyos For Typedvalue.applydimension(int Unit, Float Value, Android.util.displaymetrics Metrics)?

I am writing a custom component in HarmonyOS using Java SDK. I am trying to convert vp to Px. In An… Read more What Is The Alternative In Harmonyos For Typedvalue.applydimension(int Unit, Float Value, Android.util.displaymetrics Metrics)?

Android Kills Background Services In Xiaomi, Huawei Etc

I need to make my service unstoppable. I tried to return START_STICKY on start command, it works we… Read more Android Kills Background Services In Xiaomi, Huawei Etc