Add gapps from latest shamu release
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
@@ -0,0 +1,45 @@
|
|||||||
|
# Copyright (C) 2017 The LineageOS Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
# This file is generated by device/gapps//setup-makefiles.sh
|
||||||
|
|
||||||
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
ifeq ($(TARGET_DEVICE),)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := PrebuiltGmsCore
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/PrebuiltGmsCore/PrebuiltGmsCore.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := SetupWizard
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/SetupWizard/SetupWizard.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
# Copyright (C) 2017 The LineageOS Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
# This file is generated by device/gapps//setup-makefiles.sh
|
||||||
|
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
# Copyright (C) 2017 The LineageOS Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
# This file is generated by device/gapps//setup-makefiles.sh
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
vendor/gapps/arm/proprietary/lib/libjni_latinimegoogle.so:system/lib/libjni_latinimegoogle.so
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
PrebuiltGmsCore \
|
||||||
|
SetupWizard
|
||||||
Executable
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,181 @@
|
|||||||
|
# Copyright (C) 2017 The LineageOS Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
# This file is generated by device/gapps//setup-makefiles.sh
|
||||||
|
|
||||||
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
ifeq ($(TARGET_DEVICE),)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GoogleContactsSyncAdapter
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GoogleExtShared
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GoogleExtShared/GoogleExtShared.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := ConfigUpdater
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/ConfigUpdater/ConfigUpdater.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GoogleBackupTransport
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GoogleBackupTransport/GoogleBackupTransport.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GoogleExtServices
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GoogleExtServices/GoogleExtServices.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GoogleFeedback
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GoogleFeedback/GoogleFeedback.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GoogleLoginService
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GoogleLoginService/GoogleLoginService.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GoogleOneTimeInitializer
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GooglePartnerSetup
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GooglePartnerSetup/GooglePartnerSetup.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := GoogleServicesFramework
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/GoogleServicesFramework/GoogleServicesFramework.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := Phonesky
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/Phonesky/Phonesky.apk
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_MODULE_SUFFIX := .apk
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := com.google.android.maps
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/framework/com.google.android.maps.jar
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
|
||||||
|
LOCAL_MODULE_SUFFIX := .jar
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := com.google.android.media.effects
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/framework/com.google.android.media.effects.jar
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
|
||||||
|
LOCAL_MODULE_SUFFIX := .jar
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := com.google.widevine.software.drm
|
||||||
|
LOCAL_MODULE_OWNER := gapps
|
||||||
|
LOCAL_SRC_FILES := proprietary/framework/com.google.widevine.software.drm.jar
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
|
||||||
|
LOCAL_MODULE_SUFFIX := .jar
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
endif
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
# Copyright (C) 2017 The LineageOS Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
# This file is generated by device/gapps//setup-makefiles.sh
|
||||||
|
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
# Copyright (C) 2017 The LineageOS Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
# This file is generated by device/gapps//setup-makefiles.sh
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
vendor/gapps/common/proprietary/etc/permissions/com.android.omadm.service.xml:system/etc/permissions/com.android.omadm.service.xml \
|
||||||
|
vendor/gapps/common/proprietary/etc/permissions/com.google.android.maps.xml:system/etc/permissions/com.google.android.maps.xml \
|
||||||
|
vendor/gapps/common/proprietary/etc/permissions/com.google.android.media.effects.xml:system/etc/permissions/com.google.android.media.effects.xml \
|
||||||
|
vendor/gapps/common/proprietary/etc/permissions/com.google.widevine.software.drm.xml:system/etc/permissions/com.google.widevine.software.drm.xml \
|
||||||
|
vendor/gapps/common/proprietary/etc/sysconfig/google.xml:system/etc/sysconfig/google.xml \
|
||||||
|
vendor/gapps/common/proprietary/etc/sysconfig/google_build.xml:system/etc/sysconfig/google_build.xml \
|
||||||
|
vendor/gapps/common/proprietary/etc/sysconfig/whitelist_com.android.omadm.service.xml:system/etc/sysconfig/whitelist_com.android.omadm.service.xml
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
GoogleContactsSyncAdapter \
|
||||||
|
GoogleExtShared \
|
||||||
|
ConfigUpdater \
|
||||||
|
GoogleBackupTransport \
|
||||||
|
GoogleExtServices \
|
||||||
|
GoogleFeedback \
|
||||||
|
GoogleLoginService \
|
||||||
|
GoogleOneTimeInitializer \
|
||||||
|
GooglePartnerSetup \
|
||||||
|
GoogleServicesFramework \
|
||||||
|
Phonesky \
|
||||||
|
com.google.android.maps \
|
||||||
|
com.google.android.media.effects \
|
||||||
|
com.google.widevine.software.drm
|
||||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<permissions>
|
||||||
|
<assign-permission name="com.android.permission.INJECT_OMADM_SETTINGS" uid="shell" />
|
||||||
|
</permissions>
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2008 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<permissions>
|
||||||
|
<library name="com.google.android.maps"
|
||||||
|
file="/system/framework/com.google.android.maps.jar" />
|
||||||
|
</permissions>
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2011 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<permissions>
|
||||||
|
<library name="com.google.android.media.effects"
|
||||||
|
file="/system/framework/com.google.android.media.effects.jar" />
|
||||||
|
|
||||||
|
</permissions>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2011 Google, Inc. All Rights Reserved
|
||||||
|
-->
|
||||||
|
<permissions>
|
||||||
|
<library name="com.google.widevine.software.drm"
|
||||||
|
file="/system/framework/com.google.widevine.software.drm.jar"/>
|
||||||
|
</permissions>
|
||||||
@@ -0,0 +1,78 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2014 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- These are configurations that must exist on all GMS devices. -->
|
||||||
|
<config>
|
||||||
|
<!-- These are the standard packages that are white-listed to always have internet
|
||||||
|
access while in power save mode, even if they aren't in the foreground. -->
|
||||||
|
|
||||||
|
<!-- GmsCore must always have network access for GCM and other things. -->
|
||||||
|
<allow-in-power-save package="com.google.android.gms" />
|
||||||
|
<allow-in-data-usage-save package="com.google.android.gms" />
|
||||||
|
|
||||||
|
<!-- Play Store likewise must have network access to support other applications. -->
|
||||||
|
<allow-in-power-save-except-idle package="com.android.vending" />
|
||||||
|
|
||||||
|
<!-- If the volta app is pre-installed (for monitoring power use), let it do checkins. -->
|
||||||
|
<allow-in-power-save package="com.google.android.volta" />
|
||||||
|
|
||||||
|
<!-- If CarrierServices is installed, it must always have network access to
|
||||||
|
reliably receive IMS messages. -->
|
||||||
|
<allow-in-power-save package="com.google.android.ims" />
|
||||||
|
<allow-in-data-usage-save package="com.google.android.ims" />
|
||||||
|
|
||||||
|
<!-- These Google applications all handle URLs to their websites by default -->
|
||||||
|
|
||||||
|
<!-- Apps below are required on all GMS devices -->
|
||||||
|
<app-link package="com.android.vending" />
|
||||||
|
<app-link package="com.google.android.apps.maps" />
|
||||||
|
<app-link package="com.google.android.youtube" />
|
||||||
|
<app-link package="com.google.android.apps.docs" />
|
||||||
|
<app-link package="com.google.android.talk" />
|
||||||
|
<app-link package="com.google.android.apps.photos" />
|
||||||
|
<app-link package="com.google.android.music" />
|
||||||
|
|
||||||
|
<!-- Apps below are optional on GMS devices -->
|
||||||
|
<app-link package="com.google.android.apps.tycho" />
|
||||||
|
<app-link package="com.google.android.apps.plus" />
|
||||||
|
<app-link package="com.google.android.apps.docs.editors.sheets" />
|
||||||
|
<app-link package="com.google.android.apps.docs.editors.slides" />
|
||||||
|
<app-link package="com.google.android.apps.docs.editors.docs" />
|
||||||
|
<app-link package="com.google.android.talk" />
|
||||||
|
<app-link package="com.google.android.videos" />
|
||||||
|
<app-link package="com.google.android.calendar" />
|
||||||
|
|
||||||
|
<!-- These are the packages that are white-listed to be able to run as system user -->
|
||||||
|
<system-user-whitelisted-app package="com.android.vending" />
|
||||||
|
<system-user-whitelisted-app package="com.google.android.gms" />
|
||||||
|
<system-user-whitelisted-app package="com.google.android.gms.policy_auth" />
|
||||||
|
<system-user-whitelisted-app package="com.google.android.play.games" />
|
||||||
|
|
||||||
|
<!-- These are the packages that are uninstalled for system user -->
|
||||||
|
<!-- Apps below are required on all GMS devices -->
|
||||||
|
<system-user-blacklisted-app package="com.google.android.googlequicksearchbox" />
|
||||||
|
<!-- Apps below are optional on GMS devices -->
|
||||||
|
<system-user-blacklisted-app package="com.google.android.launcher" />
|
||||||
|
|
||||||
|
<!-- Whitelist of what components are permitted as backup data transports. The
|
||||||
|
'service' attribute here is a flattened ComponentName string. -->
|
||||||
|
<backup-transport-whitelisted-service
|
||||||
|
service="android/com.android.internal.backup.LocalTransportService" />
|
||||||
|
<backup-transport-whitelisted-service
|
||||||
|
service="com.google.android.gms/.backup.BackupTransportService" />
|
||||||
|
<backup-transport-whitelisted-service
|
||||||
|
service="com.google.android.gms/.backup.component.D2dTransportService" />
|
||||||
|
</config>
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2014 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- These are configurations that should exist on Google's own Nexus and GPe devices. -->
|
||||||
|
<config>
|
||||||
|
<feature name="com.google.android.feature.GOOGLE_BUILD" />
|
||||||
|
<!-- This should be added to all Nexus and GPe devices -->
|
||||||
|
<feature name="com.google.android.feature.GOOGLE_EXPERIENCE" />
|
||||||
|
<!-- This should declare the version of Exchange that ships -->
|
||||||
|
<feature name="com.google.android.feature.EXCHANGE_6_2" />
|
||||||
|
|
||||||
|
<!-- If the tycho app is pre-installed and a matching sim inserted,
|
||||||
|
it temporarily needs internet for messaging, etc -->
|
||||||
|
<allow-in-power-save package="com.google.android.apps.tycho" />
|
||||||
|
</config>
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2015 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- The OMA DM service must be whitelisted so they are always able to run. -->
|
||||||
|
<config>
|
||||||
|
<allow-in-power-save package="com.android.omadm.service" />
|
||||||
|
</config>
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user