Definition at line 25 of file AboutActivity.java.
◆ onCreate()
void com.freerdp.freerdpcore.presentation.AboutActivity.onCreate |
( |
Bundle |
savedInstanceState | ) |
|
|
inlineprotected |
Definition at line 30 of file AboutActivity.java.
31 {
32 super.onCreate(savedInstanceState);
33 setContentView(R.layout.activity_about);
34 mWebView = findViewById(R.id.activity_about_webview);
35 }
◆ onResume()
void com.freerdp.freerdpcore.presentation.AboutActivity.onResume |
( |
| ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: