OSDN Git Service

Support new ACTION_QUICK_CLOCK.
authorDaniel Sandler <dsandler@android.com>
Mon, 1 Oct 2012 20:45:10 +0000 (16:45 -0400)
committerDaniel Sandler <dsandler@android.com>
Mon, 1 Oct 2012 20:45:10 +0000 (16:45 -0400)
See change Ic561dbeb.

Bug: 7264806
Change-Id: I8439f2c25614ef794e43f85196d3f95c188e8cce

AndroidManifest.xml

index c7bf966..9df3c60 100644 (file)
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <action android:name="android.settings.DATE_SETTINGS" />
+                <action android:name="android.intent.action.QUICK_CLOCK" />
                 <category android:name="android.intent.category.VOICE_LAUNCH" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>