Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Roth committed May 3, 2020
1 parent c967fe3 commit 2a32e98
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,27 @@ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q)
})
```

### Other services

A lot of other service hooks are also present. However some are missing and will come in future releases.

|Service Name|ImplementationStatus|
|---|---|
|ContentResolver|OK|
|NotificationManager|OK|
|ActivityManager|OK|
|AppOpsManager|OK|
|PackageManager|OK|
|ActivityTaskManager|OK|
|AlarmManager|WIP|
|WallpaperManager|WIP|
|RoleService|WIP|
|CameraService|WIP|
|PrintService|WIP|
|TrustService|WIP|
|UsageStatsService|WIP|
|...|Feel free to submit feature requests if you need more services|

### Enable VERBOSE mode

By adding these lines of code you can enable the verbose mode
Expand Down

0 comments on commit 2a32e98

Please sign in to comment.