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
Copy file name to clipboardExpand all lines: Readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ There have been attempts before to solve this issue. [xray.io](http://www.xray.i
46
46
47
47
Some parts of VTS require that native executables be used. Currently the build system does not support this. If your contribution requires rebuilding of these assets, please denote this in the pull req and I will build the asset after merging the PR.
48
48
49
+
If changing an existing test, you must set `mTestWasChanged` to true in `ApplicationUpdateBroadcastReceiver`. This notifies the user that an existing test has changed.
50
+
49
51
## Building
50
52
51
53
You can import this project into AndroidStudio or use gradle from the CLI. You need the Android SDK and NDK installed to properly build this project.
0 commit comments