File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =' 1.0' encoding =' utf-8' standalone =' yes' ?>
2+ <exceptions >
3+
4+ <exception package =" com.android.providers.weather" >
5+ <permission name =" android.permission.ACCESS_FINE_LOCATION" fixed =" false" />
6+ <permission name =" android.permission.ACCESS_COARSE_LOCATION" fixed =" false" />
7+ </exception >
8+
9+ </exceptions >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+
3+ <permissions >
4+ <feature name =" com.android.providers.weather.SUPPORTED" />
5+ </permissions >
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Prebuilt Packages
16- # PRODUCT_PACKAGES += \
16+ PRODUCT_PACKAGES += \
17+ WeatherProvider
1718# Turbo
1819
1920# Permissions
2324# Sysconfig
2425# PRODUCT_COPY_FILES += \
2526# vendor/liquid/prebuilt/common/etc/sysconfig/turbo.xml:system/etc/sysconfig/turbo.xml
27+
28+ # WeatherProvider
29+ PRODUCT_COPY_FILES += \
30+ vendor/liquid/prebuilt/common/etc/permissions/com.android.providers.weather.xml:system/etc/permissions/com.android.providers.weather.xml \
31+ vendor/liquid/prebuilt/common/etc/default-permissions/com.android.providers.weather.xml:system/etc/default-permissions/com.android.providers.weather.xml
You can’t perform that action at this time.
0 commit comments