You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Then use class methods directly (no .get() needed)
379
379
AppearanceManager.init(prefs)
380
-
AudioFlinger.play_wav("music.wav")
380
+
AudioManager.play_wav("music.wav")
381
381
SensorManager.read_sensor(accel)
382
382
```
383
383
384
-
**Note:** Some frameworks like `AudioFlinger` and `SensorManager` use singleton patterns internally, but the API is the same - call class methods directly without needing to call `.get()`.
384
+
**Note:** Some frameworks like `AudioManager` and `SensorManager` use singleton patterns internally, but the API is the same - call class methods directly without needing to call `.get()`.
0 commit comments