summaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 341c8ef..39426d0 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,7 +12,7 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.cyanogenmod.yahooweatherprovider">
+ package="org.lineageos.yahooweatherprovider">
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
@@ -23,18 +23,18 @@
<uses-feature android:name="org.cyanogenmod.weather" android:required="true" />
<application
- android:name=".YahooCMWeatherApplication"
+ android:name="org.lineageos.yahooweatherprovider.YahooCMWeatherApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
- <activity android:name=".YahooPreferenceActivity"
+ <activity android:name="org.lineageos.yahooweatherprovider.YahooPreferenceActivity"
android:exported="true"
android:label="@string/app_name"/>
- <service android:name=".YahooWeatherProviderService"
+ <service android:name="org.lineageos.yahooweatherprovider.YahooWeatherProviderService"
android:permission="cyanogenmod.permission.BIND_WEATHER_PROVIDER_SERVICE">
<intent-filter>
<action android:name="cyanogenmod.weatherservice.WeatherProviderService" />