am ec7c78fb: @hide ACCESS_CACHE_FILESYSTEM and MOVE_PACKAGE
Merge commit 'ec7c78fbf526816cd361fd482bdf3792ecfd9a9f' into froyo-plus-aosp * commit 'ec7c78fbf526816cd361fd482bdf3792ecfd9a9f': @hide ACCESS_CACHE_FILESYSTEM and MOVE_PACKAGE
This commit is contained in:
@@ -34,17 +34,6 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</constructor>
|
</constructor>
|
||||||
<field name="ACCESS_CACHE_FILESYSTEM"
|
|
||||||
type="java.lang.String"
|
|
||||||
transient="false"
|
|
||||||
volatile="false"
|
|
||||||
value=""android.permission.ACCESS_CACHE_FILESYSTEM""
|
|
||||||
static="true"
|
|
||||||
final="true"
|
|
||||||
deprecated="not deprecated"
|
|
||||||
visibility="public"
|
|
||||||
>
|
|
||||||
</field>
|
|
||||||
<field name="ACCESS_CHECKIN_PROPERTIES"
|
<field name="ACCESS_CHECKIN_PROPERTIES"
|
||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
@@ -716,17 +705,6 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</field>
|
||||||
<field name="MOVE_PACKAGE"
|
|
||||||
type="java.lang.String"
|
|
||||||
transient="false"
|
|
||||||
volatile="false"
|
|
||||||
value=""android.permission.MOVE_PACKAGE""
|
|
||||||
static="true"
|
|
||||||
final="true"
|
|
||||||
deprecated="not deprecated"
|
|
||||||
visibility="public"
|
|
||||||
>
|
|
||||||
</field>
|
|
||||||
<field name="PERSISTENT_ACTIVITY"
|
<field name="PERSISTENT_ACTIVITY"
|
||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
|||||||
@@ -1031,7 +1031,8 @@
|
|||||||
android:description="@string/permdesc_deletePackages"
|
android:description="@string/permdesc_deletePackages"
|
||||||
android:protectionLevel="signatureOrSystem" />
|
android:protectionLevel="signatureOrSystem" />
|
||||||
|
|
||||||
<!-- Allows an application to move location of installed package. -->
|
<!-- Allows an application to move location of installed package.
|
||||||
|
@hide -->
|
||||||
<permission android:name="android.permission.MOVE_PACKAGE"
|
<permission android:name="android.permission.MOVE_PACKAGE"
|
||||||
android:label="@string/permlab_movePackage"
|
android:label="@string/permlab_movePackage"
|
||||||
android:description="@string/permdesc_movePackage"
|
android:description="@string/permdesc_movePackage"
|
||||||
@@ -1207,7 +1208,8 @@
|
|||||||
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
|
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
|
||||||
android:protectionLevel="signatureOrSystem" />
|
android:protectionLevel="signatureOrSystem" />
|
||||||
|
|
||||||
<!-- Allow an application to read and write the cache partition. -->
|
<!-- Allow an application to read and write the cache partition.
|
||||||
|
@hide -->
|
||||||
<permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
|
<permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
|
||||||
android:label="@string/permlab_cache_filesystem"
|
android:label="@string/permlab_cache_filesystem"
|
||||||
android:description="@string/permdesc_cache_filesystem"
|
android:description="@string/permdesc_cache_filesystem"
|
||||||
|
|||||||
Reference in New Issue
Block a user