Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7f19631 authored by Nicola Corna's avatar Nicola Corna
Browse files

Add LineageOS' weather providers

YahooWeatherProvider
OpenWeatherMapWeatherProvider
WundergroundWeatherProvider

Source: https://download.lineageos.org/extras
Date of pull: 2018-03-05
parent 9c884d31
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := OpenWeatherMapWeatherProvider
LOCAL_SRC_FILES := OpenWeatherMapWeatherProvider.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)
+454 KiB

File added.

No diff preview for this file type.

+9 −0
Original line number Original line Diff line number Diff line
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := WundergroundWeatherProvider
LOCAL_SRC_FILES := WundergroundWeatherProvider.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)
+1.17 MiB

File added.

No diff preview for this file type.

+9 −0
Original line number Original line Diff line number Diff line
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := YahooWeatherProvider
LOCAL_SRC_FILES := YahooWeatherProvider.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)
Loading