回答編集履歴
1
誤記
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
getPendingIntentServiceの下記のコードですが、Intenを送る先が
|
1
|
+
getPendingIntentService()内の下記のコードですが、Intenを送る先が
|
2
2
|
AppWidgetProviderなので、PendingIntent.getBroadcastに返ると動きそうな気がします。
|
3
3
|
|
4
4
|
```java
|