WeAreFairphone / FP2-ClockWidget

Fork of the clock widget originally designed for the Fairphone 2
https://forum.fairphone.com/t/publishing-fairphone-specific-apps-launcher-contact-widget-on-f-droid/28008
Other
11 stars 2 forks source link

Open different clock app, e.g. Clock+ #5

Open genodeftest opened 6 years ago

genodeftest commented 6 years ago

When the default android clock app is disabled, pressing the widget does nothing. Instead, I'd like to open a different clock app such as Clock+.

Version: 2.0 on F-Droid

Roboe commented 6 years ago

Unfortunately, there's no intent category (a generic way to launch apps) for clock apps: https://developer.android.com/reference/android/content/Intent This means there's no easy way to fix this. Albeit we can hide the Edit button if the default clock app is disabled, maybe.

Roboe commented 6 years ago

BTW, the line that launch the clock app is in ClockWidget.java#L71