Fix the build with a proper current.xml API file.
This commit is contained in:
parent
2303bf0499
commit
3c9065eeaa
|
@ -25282,22 +25282,22 @@
|
|||
type="java.lang.String"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value=""android.intent.action.POWER_CONNECTED""
|
||||
value=""android.intent.action.ACTION_POWER_CONNECTED""
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="ACTION_POWER_DISCONNECTED"
|
||||
type="java.lang.String"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value=""android.intent.action.BATTERY_LOW""
|
||||
value=""android.intent.action.ACTION_POWER_DISCONNECTED""
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="ACTION_PROVIDER_CHANGED"
|
||||
|
|
Loading…
Reference in New Issue