2013-02-09 69 views

回答

0

使用本...

<receiver 
     android:name=".WidgetProvider1_1" 
     android:label="@string/app_name" 
     > 
     <intent-filter> 
      <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> 
      <action android:name="android.intent.action.TIME_SET"/> 
     </intent-filter> 

     <meta-data 
      android:name="android.appwidget.provider" 
      android:resource="@xml/widget_info1_1" /> 
    </receiver> 
相關問題