]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/free/assets/fr/about_permissions_light.html
French Guide and About translations.
[PrivacyBrowserAndroid.git] / app / src / free / assets / fr / about_permissions_light.html
1 <!--
2   Copyright © 2016-2019 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2019 Kévin LE FLOHIC <kevinliste@framalistes.org>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <meta charset="UTF-8">
24
25         <link rel="stylesheet" href="../css/light_theme.css">
26     </head>
27
28     <body>
29         <h3>Disposer d'un accès réseau complet</h3>
30         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
31         <p>Requis pour que WebView puisse accéder à Internet. Sans cette autorisation, Privacy Browser serait «No Browser: protégez votre vie privée en restant complètement hors d’Internet».</p>
32
33         <h3>Installer les raccourcis</h3>
34         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
35         <p>Requis pour ajouter des raccourcis pour les sites Web au bureau du programme de lancement.</p>
36
37         <h3>Lire le stockage</h3>
38         <p><a href="https://developer.android.com/reference/android/Manifest.permission#READ_EXTERNAL_STORAGE">android.permission.READ_EXTERNAL_STORAGE</a></p>
39         <p>Requis pour importer les paramètres des dossiers publics. Sous Android Marshmallow (API 23) et plus récente, si cette autorisation est refusée,
40             Privacy Browser peut importer les paramètres à partir des dossiers de l’application.</p>
41
42         <h3>Mémoire d'écriture</h3>
43         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE">android.permission.WRITE_EXTERNAL_STORAGE</a></p>
44         <p>Requis pour exporter les paramètres et télécharger les fichiers dans les dossiers publics.
45             Sous Android Marshmallow (API 23) et plus récente, si cette autorisation est refusée,
46             Privacy Browser peut exporter les paramètres et stocker les téléchargements dans les dossiers de l'application.</p>
47
48         <br/>
49         <hr/>
50         <br/>
51
52         <p>In addition, Privacy Browser Free displays ads from Google’s AdMob network using the Firebase backend.
53             For the free flavor, Firebase adds the following permissions even though they are not listed in the source code
54             <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blob;f=app/src/main/AndroidManifest.xml;hb=HEAD">manifest file</a>.</p>
55
56         <h3>View network connections</h3>
57         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE">android.permission.ACCESS_NETWORK_STATE</a></p>
58         <p>Allows the ads to tell when you are connected to the internet and when you aren’t (presumably so they don’t try to reload an ad when you are disconnected).
59             They can also tell if you are connected via Wi-Fi, 2G, 3G, 4G, etc.</p>
60
61         <h3>Prevent phone from sleeping</h3>
62         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WAKE_LOCK">android.permission.WAKE_LOCK</a></p>
63         <p>Allows the ads to keep the processor from sleeping and the screen from dimming, although in my testing I don’t think the ads actually do this.</p>
64
65         <h3>Play Install Referrer API</h3>
66         <p><a href="https://android-developers.googleblog.com/2017/11/google-play-referrer-api-track-and.html">com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE</a></p>
67         <p>Allows other apps to tell if their installation was launched from an ad in Privacy Browser Free.</p>
68
69         <h3>Receive data from Internet</h3>
70         <p><a href="http://androidpermissions.com/permission/com.google.android.c2dm.permission.RECEIVE">com.google.android.c2dm.permission.RECEIVE</a></p>
71         <p>Allows Google to send information directly to the AdView without having to receive a request first (cloud-to-device messaging).</p>
72
73         <h3>Receive data from Internet</h3>
74         <p><a href="https://developers.google.com/cloud-messaging/android/client">com.stoutner.privacybrowser.free.permission.C2D_MESSAGE</a></p>
75         <p>Secures the cloud-to-device messages so that only Privacy Browser Free can receive them.</p>
76     </body>
77 </html>