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.
私のカレンダーアプリケーション(バージョン2.3)は、ユーザーのカレンダーイベントを追加しますが、リマインダーが機能していません。私はevent.put("hasAlarm", 1);このように設定しました。
event.put("hasAlarm", 1);
解決策はありますか?
以下をお試しいただけますか event.put(Events.HAS_ALARM,1);
event.put(Events.HAS_ALARM,1);
インポートはどこですか import android.provider.CalendarContract.Events;
import android.provider.CalendarContract.Events;
このインポートimport android.provider.Calendar.Events;を 2.3 に使用します
import android.provider.Calendar.Events;