coding
-
ING Germany
- Germany
-
11:56
(UTC -12:00) - @easterapps
Block or Report
Block or report easterapps
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
vscode-script-runner Public
Run command line scripts (with parameters) directly from #VSCode with a configured form.
TypeScript 8
-
1
fun triggerRestart(context: Activity) {
2val intent = Intent(context, MainActivity::class.java)
3intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
4context.startActivity(intent)
5if (context is Activity) {
-
-
sot-clock-wear-os Public
A wear os (android) app to show the in-game time and date of Sea of Thieves.
Java