Missing READ_PHONE_STATE permission

Hello.

I make ordinary debugging on Android device but see strange debug output in Logcat console.

E/defold.sound(24461): App is missing the READ_PHONE_STATE permission. Audio will continue while phone call is active.

Defold Engine *.144, platform Android, build debug without app manifest.
Next i try test call from other phone:

  1. run game
  2. enable sound
  3. make phone call to this device
  4. call sound played on device but application music dont stop, played and call and app sounds.
  5. accept call on device - application minimized, app music gone, call ok.

But next I check generated AndroidManifest.xml and necessary permission present

<uses-permission android:name="android.permission.READ_PHONE_STATE" />

Sorry, I dont know bug this is or not. Just notify about strange debug output.
Yes, i see this post answer Game crashes when permission READ_PHONE_STATE is removed (SOLVED) So think this bug is present. Thx.

UPD Tested on device: LG nexus 5, Android 6.0.1

3 Likes