ContentProposalAdapter#openProposalPopup() currently has (documented) behavior to emit a "beep sound" if it can not open because there are no proposals.
It would be good to let the caller choose to suppress that.
The simplest would be to just make ContentProposalAdapter.openProposalPopup(boolean) public and rename the parameter autoActivated to beep