Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3fef0c2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add new feature to all device types." into sc-dev am: 13a72362 am: afad3419

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/13422133

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3212b05661fed33d1030bf8854f8e1120c9c3a8f
parents 7ae165e8 afad3419
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@
    <feature name="android.hardware.microphone" />
    <!-- Feature to specify if the device is a car -->
    <feature name="android.hardware.type.automotive" />
    <!-- Indicate support for the Android security model per the CDD. -->
    <feature name="android.hardware.security.model.compatible" />

    <!-- basic system services -->
    <feature name="android.software.connectionservice" />
+3 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
u<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,6 +33,8 @@
    <feature name="android.hardware.microphone" />
    <feature name="android.hardware.screen.portrait" />
    <feature name="android.hardware.screen.landscape" />
    <!-- Indicate support for the Android security model per the CDD. -->
    <feature name="android.hardware.security.model.compatible" />

    <!-- basic system services -->
    <feature name="android.software.connectionservice" />
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@
    <feature name="android.hardware.microphone" />
    <feature name="android.hardware.screen.portrait" />
    <feature name="android.hardware.screen.landscape" />
    <!-- Indicate support for the Android security model per the CDD. -->
    <feature name="android.hardware.security.model.compatible" />

    <!-- basic system services -->
    <feature name="android.software.app_widgets" />
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
    <feature name="android.hardware.screen.landscape" />
    <feature name="android.hardware.location" />
    <feature name="android.hardware.location.network" />
    <!-- Indicate support for the Android security model per the CDD. -->
    <feature name="android.hardware.security.model.compatible" />

    <!-- basic system services -->
    <feature name="android.software.app_widgets" />
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@
    <feature name="android.hardware.microphone" />
    <feature name="android.hardware.screen.portrait" />
    <feature name="android.hardware.screen.landscape" />
    <!-- Indicate support for the Android security model per the CDD. -->
    <feature name="android.hardware.security.model.compatible" />

    <!-- basic system services -->
    <feature name="android.software.app_widgets" />
Loading