Initial setup for navigation display with nav3

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2026-05-04 00:18:15 +08:00
parent c0469371a3
commit 011165ca51
7 changed files with 107 additions and 4 deletions

View file

@ -0,0 +1,11 @@
/*
* 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"
}