| 225 | } |
| 226 | |
| 227 | void CinderNativeActivity::setFullScreen( bool fullScreen ) |
| 228 | { |
| 229 | JniHelper::Get()->CallVoidMethod( getInstance()->getJavaObject(), Java::setFullScreen, (jboolean)fullScreen ); |
| 230 | } |
| 231 | |
| 232 | void CinderNativeActivity::launchWebBrowser( const Url &url ) |
| 233 | { |
nothing calls this directly
no test coverage detected