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

Commit 13a72362 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add new feature to all device types." into sc-dev

parents 1c3cd770 6237cbc2
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