Results 2 comments of Gabriel Dogaru

I have not tried to patch it, I tried to send high priority messages using different firebase admin methods, and that field was not populated.

if you have minSdkVersion > 21, you could try to add this to app/build.gradle ``` android{ ... packagingOptions { jniLibs.useLegacyPackaging = true } ... } ```