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.
からのアラートを表示したいのですserviceが、現在のアクティビティは関係ありません。アラートを表示するだけです。
service
しかし、ビルダーは次のような構造が必要です
AlertDialog.Builder builder = new AlertDialog.Builder(this);
しかし、どのように私は現在の活動を知り、に渡すのAlertDialog.Builderですか?
AlertDialog.Builder
しかし、どのようにして現在のアクティビティを知り、AlertDialog.Builderに渡すのですか?
現在のアクティビティを知る必要はありません。android:theme="@android:style/Theme.Dialog"サービスのテーマでアクティビティを開始するだけです。
android:theme="@android:style/Theme.Dialog"