瀏覽代碼

Property needs to be static

Sebastián Katzer 12 年之前
父節點
當前提交
271f999e06
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/android/LocalNotificationReceiver.java

+ 1 - 1
src/android/LocalNotificationReceiver.java

@@ -34,7 +34,7 @@ import android.os.Bundle;
  */
 public class LocalNotificationReceiver extends BroadcastReceiver {
 
-	public final String OPTIONS = "LOCAL_NOTIFICATION_OPTIONS";
+	public static final String OPTIONS = "LOCAL_NOTIFICATION_OPTIONS";
 
 	private Context context;
 	private LocalNotificationOptions options;