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

Commit b0d2493a authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 4264 into donut

* changes:
  Fix the build: Remove ADD_SYSTEM_SERVICE, which I had accidentally reintroduced in an errant and clumsy git merge operation.
parents 3dcea047 cb05cc4a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -745,14 +745,6 @@
        android:description="@string/permdesc_forceBack"
        android:protectionLevel="signature" />

    <!-- Allows an application to publish system-level services.  Such services
         can only be published from processes that never go away, so this is
         not something that any normal application can do. -->
    <permission android:name="android.permission.ADD_SYSTEM_SERVICE"
        android:label="@string/permlab_addSystemService"
        android:description="@string/permdesc_addSystemService"
        android:protectionLevel="signature" />

    <!-- Allows an application to update device statistics. Not for
         use by third party apps. -->
    <permission android:name="android.permission.UPDATE_DEVICE_STATS"
+0 −2
Original line number Diff line number Diff line
@@ -177,8 +177,6 @@
    <string name="permdesc_setProcessLimit">"Umožňuje aplikaci řídit maximální počet spuštěných procesů. Běžné aplikace toto nastavení nikdy nevyužívají."</string>
    <string name="permlab_setAlwaysFinish">"zavření všech aplikací na pozadí"</string>
    <string name="permdesc_setAlwaysFinish">"Umožňuje aplikaci ovládat, zda jsou činnosti vždy dokončeny po přesunutí do pozadí. Běžné aplikace toto nastavení nikdy nevyužívají."</string>
    <string name="permlab_fotaUpdate">"automatická instalace aktualizací systému"</string>
    <string name="permdesc_fotaUpdate">"Umožňuje aplikaci přijímat oznámení o čekajících aktualizacích systému a spouštět jejich instalaci. Škodlivé aplikace mohou díky tomuto nastavení poškodit systém pomocí neoprávněných aktualizací nebo celkově narušovat proces aktualizace."</string>
    <string name="permlab_batteryStats">"změna statistických údajů o baterii"</string>
    <string name="permdesc_batteryStats">"Umožňuje změnu shromážděných statistických údajů o baterii. Není určeno pro běžné aplikace."</string>
    <string name="permlab_internalSystemWindow">"zobrazení nepovolených oken"</string>
+0 −2
Original line number Diff line number Diff line
@@ -177,8 +177,6 @@
    <string name="permdesc_setProcessLimit">"Ermöglicht einer Anwendung, die maximale Anzahl an laufenden Prozessen zu steuern. Wird nicht für normale Anwendungen benötigt."</string>
    <string name="permlab_setAlwaysFinish">"alle Anwendungen im Hintergrund schließen"</string>
    <string name="permdesc_setAlwaysFinish">"Überlässt einer Anwendung die Entscheidung, ob Aktivitäten beendet werden, sobald Sie in den Hintergrund rücken. Wird nicht für normale Anwendungen benötigt."</string>
    <string name="permlab_fotaUpdate">"System-Updates automatisch installieren"</string>
    <string name="permdesc_fotaUpdate">"Ermöglicht einer Anwendung, Benachrichtigungen zu ausstehenden System-Updates zu erhalten und deren Installation einzuleiten. Schädliche Anwendungen können so das System durch nicht autorisierte Updates beschädigen oder in den Update-Prozess eingreifen."</string>
    <string name="permlab_batteryStats">"Akku-Daten ändern"</string>
    <string name="permdesc_batteryStats">"Ermöglicht die Änderung von gesammelten Akku-Daten. Nicht für normale Anwendungen vorgesehen."</string>
    <string name="permlab_internalSystemWindow">"nicht autorisierte Fenster anzeigen"</string>
+0 −4
Original line number Diff line number Diff line
@@ -314,10 +314,6 @@
    <skip />
    <!-- no translation found for permdesc_setAlwaysFinish (2437195869854312148) -->
    <skip />
    <!-- no translation found for permlab_fotaUpdate (1813039882829307079) -->
    <skip />
    <!-- no translation found for permdesc_fotaUpdate (2544137712607584763) -->
    <skip />
    <!-- no translation found for permlab_batteryStats (1598947993704535568) -->
    <skip />
    <!-- no translation found for permdesc_batteryStats (6247598531831307989) -->
+0 −4
Original line number Diff line number Diff line
@@ -314,10 +314,6 @@
    <skip />
    <!-- no translation found for permdesc_setAlwaysFinish (2437195869854312148) -->
    <skip />
    <!-- no translation found for permlab_fotaUpdate (1813039882829307079) -->
    <skip />
    <!-- no translation found for permdesc_fotaUpdate (2544137712607584763) -->
    <skip />
    <!-- no translation found for permlab_batteryStats (1598947993704535568) -->
    <skip />
    <!-- no translation found for permdesc_batteryStats (6247598531831307989) -->
Loading