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

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

Merge change Iac63ebc8 into eclair-mr2

* changes:
  Make WRITE_GSERVICES into system-or-signature (instead of just signature), as a temporary measure so unbundled Google components (GSF, etc.) can hold it.  (In the longer term, WRITE_GSERVICES won't be a system permission at all, but it or something like it will be defined directly by GSF.)
parents aaa8e7e6 ac63ebc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@

    <!-- Allows an application to modify the Google service map. -->
    <permission android:name="android.permission.WRITE_GSERVICES"
        android:protectionLevel="signature"
        android:protectionLevel="signatureOrSystem"
        android:label="@string/permlab_writeGservices"
        android:description="@string/permdesc_writeGservices" />