Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はウェブカメラを放送している簡単なアプリを書いています。Android Camera API では、常に表示する必要があるビューで startPreview が必要です。
私のアプリでは、ユーザーが n 個のことを行っている可能性があるため、Web カメラが表示されるアクティビティ (プレビュー) が常に一番上に表示されるわけではありません。
アクティビティが別のアクティビティを下回ると、Android カメラが停止します。
これを修正する方法は?