Automated import from //branches/donutburger/...@142472,142472

This commit is contained in:
Dianne Hackborn
2009-03-24 22:47:09 -07:00
committed by The Android Open Source Project
parent 870a2b0156
commit 7d1e577d5f
2 changed files with 2 additions and 13 deletions

View File

@@ -628,17 +628,6 @@
visibility="public"
>
</field>
<field name="PACKAGE_USAGE_STATS"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;android.permission.PACKAGE_USAGE_STATS&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="PERSISTENT_ACTIVITY"
type="java.lang.String"
transient="false"

View File

@@ -912,11 +912,11 @@
android:protectionLevel="signatureOrSystem" />
<!-- Allows an application to collect component usage
statistics -->
statistics @hide -->
<permission android:name="android.permission.PACKAGE_USAGE_STATS"
android:label="@string/permlab_pkgUsageStats"
android:description="@string/permdesc_pkgUsageStats"
android:protectionLevel="normal" />
android:protectionLevel="signature" />
<!-- Allows an application to collect battery statistics -->
<permission android:name="android.permission.BATTERY_STATS"