Android->device:gps default false
This commit is contained in:
@ -66,7 +66,7 @@ PRODUCT_COPY_FILES += \
|
||||
########################################################
|
||||
ifeq ($(strip $(BOARD_HAS_GPS)),true)
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.factory.hasGPS=true
|
||||
ro.factory.hasGPS=false
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user