parent
7e7f2bb0f4
commit
21fc62de01
Binary file not shown.
@ -0,0 +1,12 @@ |
|||||||
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS) |
||||||
|
LOCAL_MODULE := AmbientSensePrebuilt
|
||||||
|
LOCAL_MODULE_OWNER := google
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_DEX_PREOPT := false
|
||||||
|
LOCAL_PRIVILEGED_MODULE := true
|
||||||
|
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
|
||||||
|
include $(BUILD_PREBUILT) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,32 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<!-- |
||||||
|
~ Copyright (C) 2018 CarbonROM |
||||||
|
~ |
||||||
|
~ 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 XML file declares which signature|privileged permissions should be granted to AmbientSensePrebuilt |
||||||
|
--> |
||||||
|
<permissions> |
||||||
|
<privapp-permissions package="com.google.intelligence.sense"> |
||||||
|
<permission name="android.permission.CAPTURE_AUDIO_HOTWORD"/> |
||||||
|
<permission name="android.permission.INTERACT_ACROSS_USERS"/> |
||||||
|
<permission name="android.permission.LOCATION_HARDWARE"/> |
||||||
|
<permission name="android.permission.MANAGE_SOUND_TRIGGER"/> |
||||||
|
<permission name="android.permission.RECORD_AUDIO"/> |
||||||
|
<permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/> |
||||||
|
<permission name="android.permission.WRITE_SECURE_SETTINGS"/> |
||||||
|
</privapp-permissions> |
||||||
|
</permissions> |
||||||
|
|
Loading…
Reference in new issue