We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/google/mobly-snippet-lib/blame/9cb6d9e93baa6d4e0b8a650126a1fa3ef4c9810e/examples/ex4_uiautomator/src/main/java/com/google/android/mobly/snippet/example4/UiAutomatorSnippet.java#L49-L50
package com.google.android.mobly.snippet.example4; ... private static final String MAIN_PACKAGE = "com.google.android.mobly.snippet.example2";
Could a comment be added for why the MAIN_PACKAGE is different from the package? Does this code actually work??
MAIN_PACKAGE
The text was updated successfully, but these errors were encountered:
Sorry this might be a typo. And feel free to upload a fix if you think it's incorrect :)
This example has become less relevant now that we have https://github.com/google/snippet-uiautomator.
If you are in Google, the internal docs are more up to date.
Sorry, something went wrong.
yeah we could do that
No branches or pull requests
https://github.com/google/mobly-snippet-lib/blame/9cb6d9e93baa6d4e0b8a650126a1fa3ef4c9810e/examples/ex4_uiautomator/src/main/java/com/google/android/mobly/snippet/example4/UiAutomatorSnippet.java#L49-L50
Could a comment be added for why the
MAIN_PACKAGE
is different from the package? Does this code actually work??The text was updated successfully, but these errors were encountered: