google / eddystone

Specification for Eddystone, an open beacon format from Google
Apache License 2.0
3.08k stars 762 forks source link

Disable screen rotation (it leaks advertisers) #167

Closed jfarfel closed 8 years ago

jfarfel commented 8 years ago

Rotate the screen while advertising, and the advertiser leaks (when the Activity is recreated). From then on, the on/off switch is broken (you're still advertising even if you flip the switch off). Advertising only stops if you kill the app.

So, disable screen rotation until we support this.

mashbridge commented 8 years ago

Cheers Joe

jfarfel commented 8 years ago

Thanks Michael!