mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-28 09:21:56 +01:00
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
|
||
|
|
||
|
}
|