First base
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal 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;
|
Reference in New Issue
Block a user