mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
make device admin the preferred method for locking the screen
This commit is contained in:
parent
2b7999cfdc
commit
36ee8033ed
6 changed files with 41 additions and 26 deletions
|
@ -15,18 +15,20 @@
|
||||||
android:text="@string/screen_lock_method_dialog_text"
|
android:text="@string/screen_lock_method_dialog_text"
|
||||||
android:textColor="@android:color/black" />
|
android:textColor="@android:color/black" />
|
||||||
|
|
||||||
<Button
|
|
||||||
android:id="@+id/dialog_select_lock_method_button_accessibility"
|
|
||||||
android:text="@string/screen_lock_method_use_accessibility"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content" />
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/dialog_select_lock_method_button_device_admin"
|
android:id="@+id/dialog_select_lock_method_button_device_admin"
|
||||||
android:text="@string/screen_lock_method_use_device_admin"
|
android:text="@string/screen_lock_method_use_device_admin"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<Button
|
||||||
|
android:id="@+id/dialog_select_lock_method_button_accessibility"
|
||||||
|
android:text="@string/screen_lock_method_use_accessibility"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content" />
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
|
@ -218,16 +218,18 @@
|
||||||
Es gibt zwei Möglichkeiten, wie µLauncher den Bildschirm sperren kann.
|
Es gibt zwei Möglichkeiten, wie µLauncher den Bildschirm sperren kann.
|
||||||
Leider haben beide Nachteile:<br/><br/>
|
Leider haben beide Nachteile:<br/><br/>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>Geräteadministrator</h3>
|
||||||
|
Ein Entsperren mittels Fingerabdruck oder Gesichtserkennung ist nicht möglich.
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<h3>Bedienungshilfe</h3>
|
<h3>Bedienungshilfe</h3>
|
||||||
Dies erfordert sehr weitgehende Berechtigungen.
|
Dies erfordert sehr weitgehende Berechtigungen.
|
||||||
µLauncher wird diese ausschließlich zum Sperren des Bildschirms verwenden.
|
µLauncher wird diese ausschließlich zum Sperren des Bildschirms verwenden.
|
||||||
<br/>
|
<br/>
|
||||||
(Irgeneiner gerade heruntergeladenen App sollte man eine solche Behauptung natürlich nicht einfach glauben.
|
(Irgeneiner gerade heruntergeladenen App sollte man eine solche Behauptung natürlich nicht einfach glauben.
|
||||||
Du kannst jedoch den <a href=\"https://github.com/jrpie/Launcher\">Source Code</a> selbst prüfen.)
|
Du kannst jedoch den <a href=\"https://github.com/jrpie/Launcher\">Source Code</a> selbst prüfen.)
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<h3>Geräteadministrator</h3>
|
|
||||||
Ein Entsperren mittels Fingerabdruck oder Gesichtserkennung ist nicht möglich.
|
|
||||||
|
|
||||||
|
|
||||||
<br/><br/><br/><br/>
|
<br/><br/><br/><br/>
|
||||||
|
|
|
@ -18,15 +18,18 @@
|
||||||
Esistono due modi di bloccare lo schermo.
|
Esistono due modi di bloccare lo schermo.
|
||||||
Sfortunatamente entrambi presentano svantaggi:<br/><br/>
|
Sfortunatamente entrambi presentano svantaggi:<br/><br/>
|
||||||
|
|
||||||
|
<h3>Amministratore Dispositivo</h3>
|
||||||
|
Non funziona con impronta e riconoscimento facciale.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<h3>Servizio Accessibilità</h3>
|
<h3>Servizio Accessibilità</h3>
|
||||||
Richiede privilegi eccessivi.
|
Richiede privilegi eccessivi.
|
||||||
µLauncher userà quei privilegi esclusivamente per bloccare lo schermo.
|
µLauncher userà quei privilegi esclusivamente per bloccare lo schermo.
|
||||||
<br/>
|
<br/>
|
||||||
(Non ci si dovrebbe mai fidare di un\'applicazione qualsiasi appena scaricata su queste cose, ma puoi verificare il <a href=\"https://github.com/jrpie/Launcher\">codice sorgente</a>.)
|
(Non ci si dovrebbe mai fidare di un\'applicazione qualsiasi appena scaricata su queste cose, ma puoi verificare il <a href=\"https://github.com/jrpie/Launcher\">codice sorgente</a>.)
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<h3>Amministratore Dispositivo</h3>
|
|
||||||
Non funziona con impronta e riconoscimento facciale.
|
|
||||||
|
|
||||||
<br/><br/><br/><br/>
|
<br/><br/><br/><br/>
|
||||||
Puoi cambiare le tue scelte in seguito nelle impostazioni.
|
Puoi cambiare le tue scelte in seguito nelle impostazioni.
|
||||||
|
|
|
@ -174,15 +174,18 @@
|
||||||
Há dois métodos para bloquear a tela.
|
Há dois métodos para bloquear a tela.
|
||||||
Infelizmente, ambos têm desvantagens:<br/><br/>
|
Infelizmente, ambos têm desvantagens:<br/><br/>
|
||||||
|
|
||||||
|
<h3>Administrador do dispositivo</h3>
|
||||||
|
Não funciona para desbloqueio por impressão digital ou reconhecimento facial.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<h3>Serviço de acessibilidade</h3>
|
<h3>Serviço de acessibilidade</h3>
|
||||||
Exige permissões elevadas.
|
Exige permissões elevadas.
|
||||||
O µLauncher usará essas permissões apenas para bloquear a tela.
|
O µLauncher usará essas permissões apenas para bloquear a tela.
|
||||||
<br/>
|
<br/>
|
||||||
(Você realmente não deveria confiar num app aleatório que você baixou que tá pedindo estas permissões, mas pode verificar o <a href=\"https://github.com/jrpie/Launcher\">código-fonte</a>.)
|
(Você realmente não deveria confiar num app aleatório que você baixou que tá pedindo estas permissões, mas pode verificar o <a href=\"https://github.com/jrpie/Launcher\">código-fonte</a>.)
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<h3>Administrador do dispositivo</h3>
|
|
||||||
Não funciona para desbloqueio por impressão digital ou reconhecimento facial.
|
|
||||||
|
|
||||||
<br/><br/><br/><br/>
|
<br/><br/><br/><br/>
|
||||||
Você pode alterar sua escolha em configurações à qualquer momento.
|
Você pode alterar sua escolha em configurações à qualquer momento.
|
||||||
|
|
|
@ -19,15 +19,18 @@
|
||||||
Ekranı kitlemenin iki tane metodu vardır.
|
Ekranı kitlemenin iki tane metodu vardır.
|
||||||
Ne yazık ki ikisinin de eksikleri vardır:<br/><br/>
|
Ne yazık ki ikisinin de eksikleri vardır:<br/><br/>
|
||||||
|
|
||||||
|
<h3>Cihaz Yöneticisi</h3>
|
||||||
|
Yüz ve parmak taramasıyla açılan ekran kilidiyle çalışmaz.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<h3>Erişilebilirlik Servisi</h3>
|
<h3>Erişilebilirlik Servisi</h3>
|
||||||
Aşırı yetkiler ister.
|
Aşırı yetkiler ister.
|
||||||
µLauncher bu yetkileri sadece ekranı kilitlemek için kullanacaktır.
|
µLauncher bu yetkileri sadece ekranı kilitlemek için kullanacaktır.
|
||||||
<br/>
|
<br/>
|
||||||
(Böyle bir iddiayla indirdiğiniz rastgele bir uygulamaya gerçekten güvenmemelisiniz ama <a href=\"https://github.com/jrpie/Launcher\">kaynak kodunu</a>.) istediğiniz zaman göz atabilirsiniz.
|
(Böyle bir iddiayla indirdiğiniz rastgele bir uygulamaya gerçekten güvenmemelisiniz ama <a href=\"https://github.com/jrpie/Launcher\">kaynak kodunu</a>.) istediğiniz zaman göz atabilirsiniz.
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<h3>Cihaz Yöneticisi</h3>
|
|
||||||
Yüz ve parmak taramasıyla açılan ekran kilidiyle çalışmaz.
|
|
||||||
|
|
||||||
<br/><br/><br/><br/>
|
<br/><br/><br/><br/>
|
||||||
Seçimlerinizi sonra da değiştirebilirsiniz.
|
Seçimlerinizi sonra da değiştirebilirsiniz.
|
||||||
|
|
|
@ -270,15 +270,17 @@
|
||||||
There are two methods to lock the screen.
|
There are two methods to lock the screen.
|
||||||
Unfortunately both have downsides:<br/><br/>
|
Unfortunately both have downsides:<br/><br/>
|
||||||
|
|
||||||
|
<h3>Device Admin</h3>
|
||||||
|
Doesn\'t work with unlocking by fingerprint or face recognition.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<h3>Accessibility Service</h3>
|
<h3>Accessibility Service</h3>
|
||||||
Requires excessive privileges.
|
Requires excessive privileges.
|
||||||
µLauncher will use those privileges only for locking the screen.
|
µLauncher will use those privileges only for locking the screen.
|
||||||
<br/>
|
<br/>
|
||||||
(You really should not trust a random app you just downloaded with such a claim, but you can check the <a href=\"https://github.com/jrpie/Launcher\">source code</a>.)
|
(You really should not trust a random app you just downloaded with such a claim, but you can check the <a href=\"https://github.com/jrpie/Launcher\">source code</a>.)
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<h3>Device Admin</h3>
|
|
||||||
Doesn\'t work with unlocking by fingerprint or face recognition.
|
|
||||||
|
|
||||||
<br/><br/><br/><br/>
|
<br/><br/><br/><br/>
|
||||||
You can change your selection later in settings.
|
You can change your selection later in settings.
|
||||||
|
|
Loading…
Add table
Reference in a new issue