OSDN Git Service

Merge "Change protection level of companion permissions" into oc-dev am: 897f883409
authorEugene Susla <eugenesusla@google.com>
Mon, 1 May 2017 23:46:52 +0000 (23:46 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Mon, 1 May 2017 23:46:52 +0000 (23:46 +0000)
am: 84666dc643

Change-Id: I74c400f5bbf66f8c2032dd2445dfcb0a3ffb4edc

1  2 
core/res/AndroidManifest.xml

          android:description="@string/permdesc_useDataInBackground"
          android:protectionLevel="signature" />
  
 +    <!-- @hide Allows an application to set display offsets for the screen.
 +         This permission is not available to third party applications. -->
 +    <permission android:name="android.permission.SET_DISPLAY_OFFSET"
 +        android:protectionLevel="signature|privileged" />
 +
      <!-- Allows a companion app to run in the background.
-          <p>Protection level: signature
+          <p>Protection level: normal
      -->
      <permission android:name="android.permission.REQUEST_COMPANION_RUN_IN_BACKGROUND"
                  android:label="@string/permlab_runInBackground"