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, 8 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 48b4540..341c8ef 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -30,11 +30,19 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">
+ <activity android:name=".YahooPreferenceActivity"
+ android:exported="true"
+ android:label="@string/app_name"/>
+
<service android:name=".YahooWeatherProviderService"
android:permission="cyanogenmod.permission.BIND_WEATHER_PROVIDER_SERVICE">
<intent-filter>
<action android:name="cyanogenmod.weatherservice.WeatherProviderService" />
</intent-filter>
+
+ <meta-data
+ android:name="cyanogenmod.weatherservice"
+ android:resource="@xml/weather_settings_service" />
</service>
</application>