We're developing a remote support solution and we're using Android's Media Projection API (http://developer.android.com/reference/android/media/projection/package-summary.html). When trying to launch asking permission on Huawei P8 Lite, we get an exception: Unable to find explicit activity class {com.android.systemui/com.android.systemui.media.MediaProjectionPermissionActivity}; have you declared this activity in your AndroidManifest.xml?
I suspect there is something different in the Huawei android build so that this is not working? Other devices work fine (like Nexus 5, 7, Samsung, etc).
I would appreciate any pointers to make it work on Huawei as well.