deckameron / Ti.Android.Admob

Appcelerator Android module wrapping Admob functionalities
17 stars 7 forks source link

Bluetooth permission? #13

Closed kerberosargos closed 5 years ago

kerberosargos commented 5 years ago

Hello @deckameron is your module really need "android.permission.BLUETOOTH"?

deckameron commented 5 years ago

Hi @kerbooo

Because there is now the possibility of using video in the Ads, it is necessary to have Bluetooth permission.

When I remove the permission and run a example of Native Advanced Video, I get this warn:

[WARN] :   cr_media: Requires BLUETOOTH permission
kerberosargos commented 5 years ago

Thank you very much.

Douglas Alves notifications@github.com, 9 Oca 2019 Çar, 14:53 tarihinde şunu yazdı:

Hi @kerbooo https://github.com/kerbooo

Because there is now the possibility of using video in the Ads, it is necessary to have Bluetooth permission.

[WARN] : cr_media: Requires BLUETOOTH permission

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/deckameron/Ti.Android.Admob/issues/13#issuecomment-452670591, or mute the thread https://github.com/notifications/unsubscribe-auth/AK1n0F2Cc-UChYcVJFcxWaCnlnSmmFLxks5vBdgpgaJpZM4ZyWA7 .

deckameron commented 5 years ago

You are welcome! :)