]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/free/assets/tr/about_permissions_light.html
Add numerious Turkish translations.
[PrivacyBrowserAndroid.git] / app / src / free / assets / tr / about_permissions_light.html
1 <!--
2   Copyright © 2016-2019 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
5
6   Privacy Browser is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Browser is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20     <head>
21         <meta charset="UTF-8">
22
23         <link rel="stylesheet" href="../css/light_theme.css">
24     </head>
25
26     <body>
27         <h3>Tam ağ erişimine sahip olma</h3>
28         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
29         <p>WebView’in internete erişimi için gereklidir. Bu izin olmadan, Privacy Browser, “İnternet Olmadan Gizliliğinizi Koruyan Bir Tarayıcı” olacaktır.</p>
30
31         <h3>Kısayolları yükleme</h3>
32         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
33         <p>Başlatıcı masaüstüne, web sayfalarının kısayollarını eklemek için gereklidir.</p>
34
35         <h3>Depolama okuma</h3>
36         <p><a href="https://developer.android.com/reference/android/Manifest.permission#READ_EXTERNAL_STORAGE">android.permission.READ_EXTERNAL_STORAGE</a></p>
37         <p>Ayarları, ortak klasörden içe aktarmak için gereklidir.
38             Android Marshmallow(API 23) versiyonunda ve daha yeni versiyonlarda bu izin verilmediğinde, Privacy Browser, uygulama klasörlerinden ayarları içe aktarır.</p>
39
40         <h3>Depolama yazma</h3>
41         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE">android.permission.WRITE_EXTERNAL_STORAGE</a></p>
42         <p>Ayarları ve indirilen dosyaları, ortak klasörlere aktarmak için gereklidir.
43             Android Marshmallow(API 23) versiyonunda ve daha yeni versiyonlarda bu izin verilmediğinde Privacy Browser, indirilenleri uygulama klasörlerine depolar ve ayarları uygulama klasörlerine aktarır.</p>
44
45         <br/>
46         <hr/>
47         <br/>
48
49         <p>In addition, Privacy Browser Free displays ads from Google’s AdMob network using the Firebase backend.
50             For the free flavor, Firebase adds the following permissions even though they are not listed in the source code
51             <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blob;f=app/src/main/AndroidManifest.xml;hb=HEAD">manifest file</a>.</p>
52
53         <h3>View network connections</h3>
54         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#ACCESS_NETWORK_STATE">android.permission.ACCESS_NETWORK_STATE</a></p>
55         <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).
56             They can also tell if you are connected via Wi-Fi, 2G, 3G, 4G, etc.</p>
57
58         <h3>Prevent phone from sleeping</h3>
59         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WAKE_LOCK">android.permission.WAKE_LOCK</a></p>
60         <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>
61
62         <h3>Play Install Referrer API</h3>
63         <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>
64         <p>Allows other apps to tell if their installation was launched from an ad in Privacy Browser Free.</p>
65
66         <h3>Receive data from Internet</h3>
67         <p><a href="http://androidpermissions.com/permission/com.google.android.c2dm.permission.RECEIVE">com.google.android.c2dm.permission.RECEIVE</a></p>
68         <p>Allows Google to send information directly to the AdView without having to receive a request first (cloud-to-device messaging).</p>
69
70         <h3>Receive data from Internet</h3>
71         <p><a href="https://developers.google.com/cloud-messaging/android/client">com.stoutner.privacybrowser.free.permission.C2D_MESSAGE</a></p>
72         <p>Secures the cloud-to-device messages so that only Privacy Browser Free can receive them.</p>
73     </body>
74 </html>