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

Commit 24b25320 authored by Neil Fuller's avatar Neil Fuller
Browse files

Track renames in system/timezone

Track rename of a class in system/timezone.

Bug: 175119330
Test: treehugger only
Change-Id: I2d4d7d18892f411880e460f0881aead49e1abab6
parent c8d8b7cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5906,7 +5906,7 @@

        <!-- AOSP configures a default secondary LocationTimeZoneProvider that uses an on-device
             data set from the com.android.geotz APEX. -->
        <service android:name="com.android.timezone.geotz.provider.OfflineLocationTimeZoneProviderService"
        <service android:name="com.android.timezone.location.provider.OfflineLocationTimeZoneProviderService"
                 android:enabled="@bool/config_enableSecondaryLocationTimeZoneProvider"
                 android:permission="android.permission.BIND_TIME_ZONE_PROVIDER_SERVICE"
                 android:exported="false">