11 lines
208 B
Kotlin
11 lines
208 B
Kotlin
/*
|
|
* SPDX-FileCopyrightText: 2026 NewPipe e.V. <https://newpipe-ev.de>
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
package net.newpipe
|
|
|
|
object Constants {
|
|
|
|
const val INTENT_SCREEN_KEY = "SCREEN"
|
|
}
|