diff --git a/core/java/android/app/slice/SliceProvider.java b/core/java/android/app/slice/SliceProvider.java index af4303263da55..64a5181668b31 100644 --- a/core/java/android/app/slice/SliceProvider.java +++ b/core/java/android/app/slice/SliceProvider.java @@ -65,8 +65,8 @@ import java.util.concurrent.CountDownLatch; *
  * {@literal
  * }
+ *     android:name="com.example.mypkg.MySliceProvider"
+ *     android:authorities="com.example.mypkg" />}
  * 
*

* Slices can be identified by a Uri or by an Intent. To link an Intent with a slice, the provider @@ -77,10 +77,10 @@ import java.util.concurrent.CountDownLatch; *

  * {@literal
  * 
+ *     android:name="com.example.mypkg.MySliceProvider"
+ *     android:authorities="com.example.mypkg">
  *     
- *         
+ *         
  *     
  * }
  *