WindowManager を使用してオーバーレイを作成する IntentService があります。WindowManager で、ListView を含むビューを追加します。onHandleIntent メソッドの ListView に新しい項目を追加したいのですが、呼び出すと
data.add("String");
adapter.notifyDataSetChanged();
システムがエラーをスローします
Only the original thread that created a view hierarchy can touch its views.
これを防ぐにはどうすればよいですか?