Loading configs/privapp-permissions-fpcam.xml 0 → 100644 +23 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2016 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> <privapp-permissions package="com.fp.camera"> <permission name="android.permission.SYSTEM_CAMERA"/> <permission name="android.permission.WRITE_MEDIA_STORAGE"/> <permission name="android.permission.ACCESS_NOTIFICATION_POLICY"/> </privapp-permissions> </permissions> device.mk +4 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ fastbootd # FPCam PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/privapp-permissions-fpcam.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-fpcam.xml # Gatekeeper PRODUCT_PACKAGES += \ android.hardware.gatekeeper@1.0.vendor:64 Loading proprietary-files.txt +3 −0 Original line number Diff line number Diff line Loading @@ -499,6 +499,9 @@ vendor/etc/lowi.conf vendor/etc/sap.conf vendor/etc/xtwifi.conf # FPCam -priv-app/FPCamera/FPCamera.apk # IMS -system_ext/app/ImsRcsService/ImsRcsService.apk system_ext/etc/permissions/vendor.qti.ims.rcsservice.xml Loading Loading
configs/privapp-permissions-fpcam.xml 0 → 100644 +23 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2016 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> <privapp-permissions package="com.fp.camera"> <permission name="android.permission.SYSTEM_CAMERA"/> <permission name="android.permission.WRITE_MEDIA_STORAGE"/> <permission name="android.permission.ACCESS_NOTIFICATION_POLICY"/> </privapp-permissions> </permissions>
device.mk +4 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ fastbootd # FPCam PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/privapp-permissions-fpcam.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-fpcam.xml # Gatekeeper PRODUCT_PACKAGES += \ android.hardware.gatekeeper@1.0.vendor:64 Loading
proprietary-files.txt +3 −0 Original line number Diff line number Diff line Loading @@ -499,6 +499,9 @@ vendor/etc/lowi.conf vendor/etc/sap.conf vendor/etc/xtwifi.conf # FPCam -priv-app/FPCamera/FPCamera.apk # IMS -system_ext/app/ImsRcsService/ImsRcsService.apk system_ext/etc/permissions/vendor.qti.ims.rcsservice.xml Loading