blob: cac453e00f2c663c8cbbf872dcd84c681cce8468 [file] [log] [blame]
Adrien Béraud0e0feef2018-02-13 16:32:06 +01001<?xml version="1.0" encoding="utf-8"?><!--
Sébastien Blinab53ada2019-01-02 17:23:00 -05002Copyright (C) 2018-2019 Savoir-faire Linux Inc.
Adrien Béraud0e0feef2018-02-13 16:32:06 +01003
4Author: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 3 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program. If not, see <https://www.gnu.org/licenses/>.
18-->
19<manifest xmlns:android="http://schemas.android.com/apk/res/android"
20 xmlns:tools="http://schemas.android.com/tools"
21 package="cx.ring"
22 tools:ignore="ImpliedTouchscreenHardware,MissingLeanbackLauncher,MissingLeanbackSupport">
23
24 <application
25 android:name=".application.RingApplicationNoPush"
26 tools:ignore="GoogleAppIndexingWarning,UnusedAttribute" />
27
28</manifest>