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

Commit 3b9691d6 authored by Steve Kondik's avatar Steve Kondik
Browse files

cmparts: Weather service settings

 * Forward port from CM13 into CMParts
 * Original work by:
   - Luis Vidal
   - Michael Bestas
   - Danny Baumann

Change-Id: If6d39d3c7bd739eb0766022cfcd470fea14d5166
parent b63cd66e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -169,5 +169,16 @@
                 android:enabled="true"
                 android:exported="false" />

		<!-- Weather settings (dashboard) -->
        <activity-alias
            android:name=".weather.WeatherServiceSettings"
            android:label="@string/weather_settings_title"
            android:targetActivity="PartsActivity">
            <intent-filter android:priority="1">
                <action android:name="cyanogenmod.intent.action.MANAGE_WEATHER_PROVIDER_SERVICES" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity-alias>

    </application>
</manifest>
+824 B
Loading image diff...
+320 B
Loading image diff...
+578 B
Loading image diff...
+311 B
Loading image diff...
Loading