Skip to content

Commit

Permalink
Merge pull request #6 from thlac/master
Browse files Browse the repository at this point in the history
Add support for Android 4.2 lockscreen widgets
  • Loading branch information
cheald committed Nov 13, 2012
2 parents 74191cf + af283e9 commit 17afd40
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions res/xml/widget.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="146dp"
android:minHeight="72dp"
android:updatePeriodMillis="0"
android:configure="com.chrisheald.flexauth.TokenWidgetConfig"
android:initialLayout="@layout/widget">
</appwidget-provider>
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="146dp"
android:minHeight="72dp"
android:updatePeriodMillis="0"
android:configure="com.chrisheald.flexauth.TokenWidgetConfig"
android:initialLayout="@layout/widget" android:widgetCategory="keyguard|home_screen">
</appwidget-provider>

0 comments on commit 17afd40

Please sign in to comment.