am 831ca9d3: Document best practices for display intent activities.
* commit '831ca9d3bc73e37f555f6c07babde270f83044fe': Document best practices for display intent activities.
This commit is contained in:
@@ -3102,14 +3102,16 @@ public class Notification implements Parcelable
|
|||||||
* .build();</pre>
|
* .build();</pre>
|
||||||
*
|
*
|
||||||
* <p>The activity to launch needs to allow embedding, must be exported, and
|
* <p>The activity to launch needs to allow embedding, must be exported, and
|
||||||
* should have an empty task affinity.
|
* should have an empty task affinity. It is also recommended to use the device
|
||||||
|
* default light theme.
|
||||||
*
|
*
|
||||||
* <p>Example AndroidManifest.xml entry:
|
* <p>Example AndroidManifest.xml entry:
|
||||||
* <pre class="prettyprint">
|
* <pre class="prettyprint">
|
||||||
* <activity android:name="com.example.MyDisplayActivity"
|
* <activity android:name="com.example.MyDisplayActivity"
|
||||||
* android:exported="true"
|
* android:exported="true"
|
||||||
* android:allowEmbedded="true"
|
* android:allowEmbedded="true"
|
||||||
* android:taskAffinity="" /></pre>
|
* android:taskAffinity=""
|
||||||
|
* android:theme="@android:style/Theme.DeviceDefault.Light" /></pre>
|
||||||
*
|
*
|
||||||
* @param intent the {@link PendingIntent} for an activity
|
* @param intent the {@link PendingIntent} for an activity
|
||||||
* @return this object for method chaining
|
* @return this object for method chaining
|
||||||
|
|||||||
Reference in New Issue
Block a user