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.intent.action.PACKAGE_REMOVED」を使用して、削除されたアプリケーション パッケージをブロードキャストできます。
デバイスで特定のアプリケーションをアンインストールするためのブロードキャストレシーバーをどのように実装しますか?