Recorder: Replace deprecated startActivityForResult
* startActivityForResult(Intent, int) is deprecated since API 30 * We aren't really interested in a result anyway, so let's just use startActivity(Intent) Change-Id: I303fa8139743389eede66bff435fbffb59dfe7ac
Loading
Please register or sign in to comment