diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/java/android/content/pm/ServiceInfo.java | 2 | ||||
| -rw-r--r-- | core/res/res/values/public.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/content/pm/ServiceInfo.java b/core/java/android/content/pm/ServiceInfo.java index 3f17dc4..3dc8717 100644 --- a/core/java/android/content/pm/ServiceInfo.java +++ b/core/java/android/content/pm/ServiceInfo.java @@ -52,7 +52,7 @@ public class ServiceInfo extends ComponentInfo * Bit in {@link #flags}: If set, * {@link android.app.Service#onProvideAssistData(android.os.Bundle)} will * be called on the service when it is running in the foreground. Set from - * the android.R.attr#provideAssistData attribute. + * the {@link android.R.attr#provideAssistData} attribute. */ public static final int FLAG_PROVIDE_ASSIST_DATA = 0x0004; diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index dce2db0..e6702b0 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2075,5 +2075,6 @@ <public type="attr" name="supportsSwitchingToNextInputMethod" /> <public type="attr" name="requireDeviceUnlock" /> <public type="attr" name="apduServiceBanner" /> + <public type="attr" name="provideAssistData" /> </resources> |
