{"Sony Ericsson Xperia Z", "com.sonyericsson.organizer", "com.sonyericsson.organizer.Organizer_WorldClock" }
Small addition to previous answers (I think no one mentioned LG):
{"LG Alarm Clock", "com.lge.clock", "com.lge.clock.AlarmClockActivity"} // newer devices e.g. LG G3
{"LG Alarm Clock", "com.lge.clock", "com.lge.clock.DefaultAlarmClockActivity"} // older devices e.g. LG-E610
It would be really cool to have this for Sony or other manufacturers too. It's easy to find out, only grep your logcat when starting Alarm Clock app like this:
发布评论
评论(6)
这里有一些设备和操作,以及第三方操作(第三方警报应用程序)。
这些是广播操作,您可以使用接收器接收。
编辑:
我找到了 LG 手机的闹钟操作:
Here some munifactures and actions, plus thirdparty actions (thirdparty alarm apps)
This are broadcast actions, which you can receive with a receiver.
Edit:
I've found the alarm action for the LG phones:
感谢您分享信息!
索尼爱立信 XPERIA X10 Mini Pro,Android 2.1:
软件包名称:'com.sonyericsson.alarm',
活动名称:“com.sonyericsson.alarm.Alarm”
Samsung Galaxy S Vibrant,Android 2.2:
包名称:'com.sec.android.app.clockpackage',
活动名称:'com.sec.android.app.clockpackage.ClockPackage'
此信息基于 AVD:
Stock Clock,Android 2.1:
包名称:'com.android.alarmclock',
活动名称:“com.android.alarmclock.AlarmClock”
股票时钟,Android 2.2:
包名称:'com.android.alarmclock',
活动名称:“com.android.alarmclock.AlarmClock”
库存时钟,Android 2.3 (2.3.1):
包名称:'com.android.deskclock',
活动名称:“com.android.deskclock.DeskClock”
库存时钟,Android 2.3.3:
包名称:'com.android.deskclock',
活动名称:'com.android.deskclock.DeskClock'
Thank you for sharing the information!
Sony Ericsson XPERIA X10 Mini Pro, Android 2.1:
Package name: 'com.sonyericsson.alarm',
Activity name: 'com.sonyericsson.alarm.Alarm'
Samsung Galaxy S Vibrant, Android 2.2:
Package name: 'com.sec.android.app.clockpackage',
Activity name: 'com.sec.android.app.clockpackage.ClockPackage'
This information based on AVD:
Stock Clock, Android 2.1:
Package name: 'com.android.alarmclock',
Activity name: 'com.android.alarmclock.AlarmClock'
Stock Clock, Android 2.2:
Package name: 'com.android.alarmclock',
Activity name: 'com.android.alarmclock.AlarmClock'
Stock Clock, Android 2.3 (2.3.1):
Package name: 'com.android.deskclock',
Activity name: 'com.android.deskclock.DeskClock'
Stock Clock, Android 2.3.3:
Package name: 'com.android.deskclock',
Activity name: 'com.android.deskclock.DeskClock'
// HTC One
"com.htc.android.ALARM_ALERT";
// HTC One
"com.htc.android.ALARM_ALERT";
对之前答案的一个小补充(我认为没有人提到 LG):
如果索尼或其他制造商也拥有这个功能,那就太酷了。很容易找到,只需在启动 Alarm Clock 应用程序时 grep 你的 logcat,如下所示:
输出如下所示:
编辑:
对于索尼来说,它应该像这里:
Small addition to previous answers (I think no one mentioned LG):
It would be really cool to have this for Sony or other manufacturers too. It's easy to find out, only grep your logcat when starting Alarm Clock app like this:
and the output looks like:
EDIT:
For Sony it should be like here:
一加
“com.oneplus.deskclock”
OnePlus
"com.oneplus.deskclock"