Squashed merge of master-sim into master.
Includes the following commits: == Add data file for new eUICC hardware feature. A device may declare hardware support for eUICC APIs by copying this file to vendor/etc/permissions/. Doing so is a declaration that all eUICC APIs are expected to function (and pass CTS), and that apps which require eUICC support to function are eligible to be installed. == Test: TreeHugger Change-Id: Ia7f5f9925c51857fd8034b8c882988cb1b731ff2
This commit is contained in:
parent
103752a946
commit
a138b3ba8c
1 changed files with 20 additions and 0 deletions
20
data/etc/android.hardware.telephony.euicc.xml
Normal file
20
data/etc/android.hardware.telephony.euicc.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2017 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.
|
||||
-->
|
||||
|
||||
<!-- Feature for devices with an eUICC. -->
|
||||
<permissions>
|
||||
<feature name="android.hardware.telephony.euicc" />
|
||||
</permissions>
|
Loading…
Reference in a new issue