Loading core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -5255,7 +5255,8 @@ <attribution android:tag="TwilightService" android:label="@string/twilight_service"/> <!-- Attribution for the Offline LocationTimeZoneProvider, used to detect time zone using on-device data --> <attribution android:tag="OfflineLocationTimeZoneProvider" android:label="@string/offline_location_time_zone_detection_service"/> <attribution android:tag="OfflineLocationTimeZoneProvider" android:label="@string/offline_location_time_zone_detection_service_attribution"/> <application android:process="system" android:persistent="true" Loading core/res/res/values/strings.xml +6 −3 Original line number Diff line number Diff line Loading @@ -433,9 +433,12 @@ <string name="sensor_notification_service">Sensor Notification Service</string> <!-- Attribution for Twilight service. [CHAR LIMIT=NONE]--> <string name="twilight_service">Twilight Service</string> <!-- Attribution for Offline LocationTimeZoneDetector service, i.e. one capable of performing time zone lookup using geo-spacial information held on the device. [CHAR LIMIT=NONE]--> <string name="offline_location_time_zone_detection_service">Offline Time Zone Detection Service</string> <!-- Attribution for the Offline LocationTimeZoneProvider service, i.e. the service capable of performing time zone detection using time zone geospacial information held on the device. This text is shown in UIs related to an application name to help users and developers to understand which sub-unit of an application is requesting permissions and using power. [CHAR LIMIT=NONE]--> <string name="offline_location_time_zone_detection_service_attribution">Time Zone Detector (No connectivity)</string> <!-- Factory reset warning dialog strings--> <skip /> <!-- Shows up in the dialog's title to warn about an impeding factory reset. [CHAR LIMIT=NONE] --> Loading Loading
core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -5255,7 +5255,8 @@ <attribution android:tag="TwilightService" android:label="@string/twilight_service"/> <!-- Attribution for the Offline LocationTimeZoneProvider, used to detect time zone using on-device data --> <attribution android:tag="OfflineLocationTimeZoneProvider" android:label="@string/offline_location_time_zone_detection_service"/> <attribution android:tag="OfflineLocationTimeZoneProvider" android:label="@string/offline_location_time_zone_detection_service_attribution"/> <application android:process="system" android:persistent="true" Loading
core/res/res/values/strings.xml +6 −3 Original line number Diff line number Diff line Loading @@ -433,9 +433,12 @@ <string name="sensor_notification_service">Sensor Notification Service</string> <!-- Attribution for Twilight service. [CHAR LIMIT=NONE]--> <string name="twilight_service">Twilight Service</string> <!-- Attribution for Offline LocationTimeZoneDetector service, i.e. one capable of performing time zone lookup using geo-spacial information held on the device. [CHAR LIMIT=NONE]--> <string name="offline_location_time_zone_detection_service">Offline Time Zone Detection Service</string> <!-- Attribution for the Offline LocationTimeZoneProvider service, i.e. the service capable of performing time zone detection using time zone geospacial information held on the device. This text is shown in UIs related to an application name to help users and developers to understand which sub-unit of an application is requesting permissions and using power. [CHAR LIMIT=NONE]--> <string name="offline_location_time_zone_detection_service_attribution">Time Zone Detector (No connectivity)</string> <!-- Factory reset warning dialog strings--> <skip /> <!-- Shows up in the dialog's title to warn about an impeding factory reset. [CHAR LIMIT=NONE] --> Loading