Merge "Tap & pay: change empty state UX and strings." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
86f74d2ad4
@@ -116,7 +116,7 @@ public class HelpUtils {
|
||||
* of the app's package as gotten via the context.
|
||||
* @return the uri with added query parameters
|
||||
*/
|
||||
private static Uri uriWithAddedParameters(Context context, Uri baseUri) {
|
||||
public static Uri uriWithAddedParameters(Context context, Uri baseUri) {
|
||||
Uri.Builder builder = baseUri.buildUpon();
|
||||
|
||||
// Add in the preferred language
|
||||
|
Reference in New Issue
Block a user