mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-14 11:01:06 +01:00
aa1014f51c
Problem is we probably ned to add it as library, in order to unmarshal the intent. (That's why I commented the offending code in the receiver)
10 lines
266 B
Java
10 lines
266 B
Java
package nodomain.freeyourgadget.gadgetbridge.externalevents;
|
|
|
|
import android.app.Activity;
|
|
|
|
public class WeatherNotificationConfig extends Activity {
|
|
|
|
//TODO: we just need the user to enable us in the weather notification settings. There must be a better way
|
|
|
|
}
|