Loading core/java/android/service/chooser/ChooserTargetService.java +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ import java.util.List; * the {@link android.Manifest.permission#BIND_CHOOSER_TARGET_SERVICE} permission * and include an intent filter with the {@link #SERVICE_INTERFACE} action. For example:</p> * <pre> * <service android:name=".ChooserTargetService" * <service android:name=".MyChooserTargetService" * android:label="@string/service_name" * android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE"> * <intent-filter> Loading @@ -69,7 +69,7 @@ import java.util.List; * <action android:name="android.intent.action.SEND" /> * </intent-filter> * <meta-data android:name="android.service.chooser.chooser_target_service" * android:value=".ChooserTargetService" /> * android:value=".MyChooserTargetService" /> * </activity> * </pre> */ Loading Loading
core/java/android/service/chooser/ChooserTargetService.java +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ import java.util.List; * the {@link android.Manifest.permission#BIND_CHOOSER_TARGET_SERVICE} permission * and include an intent filter with the {@link #SERVICE_INTERFACE} action. For example:</p> * <pre> * <service android:name=".ChooserTargetService" * <service android:name=".MyChooserTargetService" * android:label="@string/service_name" * android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE"> * <intent-filter> Loading @@ -69,7 +69,7 @@ import java.util.List; * <action android:name="android.intent.action.SEND" /> * </intent-filter> * <meta-data android:name="android.service.chooser.chooser_target_service" * android:value=".ChooserTargetService" /> * android:value=".MyChooserTargetService" /> * </activity> * </pre> */ Loading