First base

This commit is contained in:
oxmc
2025-08-17 13:17:29 -07:00
commit 640edf73fa
2 changed files with 77 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# OxmcEnvironment Framework API
This repository contains the PawletOS framework API under `android.os.oxmc`.
## Features
- System property access (`ro.oxmc.build.*`)
- API to check if running on PawletOS
- Access to branding, codename, welcome message
- Designed for apps and system code to import via:
```java
import android.os.oxmc.OxmcEnvironment;