compose: spoof: Migrate spoof menu to compose

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-12-08 15:07:02 +08:00
parent 28e93b0af7
commit 3c01dd28fa
6 changed files with 174 additions and 58 deletions

View File

@@ -62,6 +62,8 @@ object Constants {
const val TOP_CHART_CATEGORY = "TOP_CHART_CATEGORY"
const val JSON_MIME_TYPE = "application/json"
const val PROPERTIES_IMPORT_MIME_TYPE = "application/octet-stream"
const val PROPERTIES_EXPORT_MIME_TYPE = "text/x-java-properties"
// PACKAGE NAMES
const val PACKAGE_NAME_GMS = "com.google.android.gms"