소스 검색

Merge branch 'master' of github.com:katzer/cordova-plugin-local-notifications

Sebastián Katzer 11 년 전
부모
커밋
4df084cd59
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/android/LocalNotification.java
  2. 0 2
      src/android/Options.java

+ 1 - 1
src/android/LocalNotification.java

@@ -418,4 +418,4 @@ public class LocalNotification extends CordovaPlugin {
     protected static NotificationManager getNotificationManager () {
         return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
     }
-}
+}

+ 0 - 2
src/android/Options.java

@@ -167,8 +167,6 @@ public class Options {
         String icon = options.optString("icon", "icon");
         Bitmap bmp = null;
 
-        icon = "https://lh3.ggpht.com/r4Qq0soacA8Lz1gwo81cC5NlsOJE60HCmXOrN7I-pr9dG7ucae83nFY3uBvnFn4G1e5XzcmPRmNUrMIZi-wpSq9e30G9HwQWka8coPc";
-
         if (icon.startsWith("http")) {
             bmp = getIconFromURL(icon);
         } else if (icon.startsWith("file://")) {