7 lines
382 B
XML
7 lines
382 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<!-- Screensaver metadata. "Customize" in the TV's screensaver settings opens the
|
||
|
|
app's MainActivity, where the server connection is configured. -->
|
||
|
|
<dream xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:settingsActivity="com.ponzischeme89.memby/.ui.MainActivity"
|
||
|
|
android:previewImage="@drawable/app_banner" />
|