From c44f7a251a1e4480804dee4987ce9b6237f28a7d Mon Sep 17 00:00:00 2001 From: Satoshi Kataoka Date: Wed, 22 May 2013 08:54:56 +0900 Subject: Fix an issue on hardcoded alarm settings intent This change fixes a TODO to fix the behavior that the quick settings directly specifies a class of AOSP desk clock. Currently the quick settings can't work with other alarm clocks and that's fixed by calling "android.intent.action.SET_ALARM" instead. Change-Id: I028b8a320e945921c096fdc776b52441e7d07202 --- packages/SystemUI/AndroidManifest.xml | 3 +++ .../src/com/android/systemui/statusbar/phone/QuickSettings.java | 8 ++------ 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'packages') diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index dfc68f4..2629b11 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -64,6 +64,9 @@ + + +