Closed lovegaoshi closed 1 year ago
suspecting this is android 14 behavior cuz S21 doesnt show anything related to BrowsedPlayerWrapper? probably best to consult google/stackoverflow now
On a second thought I should have put the wake activity code inside onbind instead of oncreate... Intent filtering will happen there
this happens to my pixel 7 + android 14, weirdly not to be S21 + android 13 yet. ccing @schoetty on enalbing bluetooth, BrrowsedPlayerWrapper calls every media browser like so?
we need to somehow detect BrowsedPlayerWrapper in onCreate/onStartCommand (onStartCommand doesnt catch anything though?) and catch it in an if to stop activity wake being called. too bad RN has to deal with this:(