SupportLeanbackShowcase: Export Activities

So they can be launched from adb.

Change-Id: I84df2ad7759fe422aace9670b1d0a336f37289ec
This commit is contained in:
Dake Gu
2016-04-12 12:15:14 -07:00
parent aac405d39a
commit e868d82428

View File

@@ -20,6 +20,7 @@
android:theme="@style/Theme.Example.LeanbackLauncher">
<activity
android:name=".app.MainActivity"
android:exported="true"
android:icon="@mipmap/app_banner_sample_app"
android:label="@string/app_name"
android:logo="@mipmap/app_banner_sample_app"
@@ -32,27 +33,35 @@
</activity>
<activity
android:name=".app.wizard.WizardExampleActivity"
android:exported="true"
android:theme="@style/Theme.Example.LeanbackWizard"></activity>
<activity
android:name=".app.settings.SettingsExampleActivity"
android:exported="true"
android:theme="@style/Theme.Example.LeanbackPreferences"></activity>
<activity
android:name=".app.dialog.DialogExampleActivity"
android:exported="true"
android:theme="@style/Theme.Example.LeanbackDialog"></activity>
<activity
android:name=".app.details.DetailViewExampleActivity"
android:exported="true"
android:theme="@style/Theme.Example.LeanbackDetails"></activity>
<activity
android:name=".app.cards.CardExampleActivity"
android:exported="true"
android:theme="@style/Theme.Example.LeanbackBrowse"></activity>
<activity
android:name=".app.grid.GridExampleActivity"
android:exported="true"
android:theme="@style/Theme.Example.LeanbackVerticalGrid"></activity>
<activity
android:name=".app.media.VideoExampleActivity"
android:exported="true"
android:theme="@style/Theme.Example.Leanback"></activity>
<activity
android:name=".app.media.MusicExampleActivity"
android:exported="true"
android:theme="@style/Theme.Example.LeanbackMusic"></activity>
</application>