Skip to content

Instantly share code, notes, and snippets.

View harishrpatel's full-sized avatar

Harish Ramanbhai Patel harishrpatel

  • Bottle Rocket
  • Dallas, Texas, USA
  • 08:05 (UTC -05:00)
View GitHub Profile
@harishrpatel
harishrpatel / AndroidManifest.xml
Last active September 6, 2023 10:09
Android Glance App Widget Files
...
<!-- Handles App Widget Lifecycle events as well as resizing the widget to 2 months if enough room exists. -->
<receiver
android:name=".appwidget.receiver.ConsolidatorWidgetReceiver"
android:label="@string/app_name"
android:enabled="@bool/glance_appwidget_available"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>