use oppo to validate emails
This commit is contained in:
+4
-12
@@ -4,19 +4,16 @@ adb -s RQ3005CA88 shell am start -n com.android.chrome/com.google.android.apps.c
|
||||
adb -s J4AXB761H2322WJ shell pm clear com.android.chrome
|
||||
adb -s J4AXB761H2322WJ shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s J4AXB761H2322WJ shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
adb -s e30eb015 shell pm clear com.android.chrome
|
||||
adb -s e30eb015 shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s e30eb015 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
adb -s 07f9c883 shell pm clear com.android.chrome
|
||||
adb -s 07f9c883 shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s 07f9c883 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
adb -s 76a3ac8d shell pm clear com.android.chrome
|
||||
adb -s 76a3ac8d shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s 76a3ac8d shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
#xiao mi
|
||||
adb -s 47e7e36b shell pm clear com.android.chrome
|
||||
adb -s 47e7e36b shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s 47e7e36b shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
#coo
|
||||
adb -s feb04f82 shell pm clear com.android.chrome
|
||||
adb -s feb04f82 shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s feb04f82 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
#huawei
|
||||
adb -s EPHUT20825001518 shell pm clear com.android.chrome
|
||||
adb -s EPHUT20825001518 shell am set-debug-app --persistent com.android.chrome
|
||||
@@ -59,11 +56,6 @@ adb -s 6c3076e6 shell pm clear com.android.chrome
|
||||
adb -s 6c3076e6 shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s 6c3076e6 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
|
||||
#samsung J5 - 2016
|
||||
adb -s 774687ff shell pm clear com.android.chrome
|
||||
adb -s 774687ff shell am set-debug-app --persistent com.android.chrome
|
||||
adb -s 774687ff shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
|
||||
|
||||
#samsung J5 - 2016
|
||||
adb -s ffa9b2bc shell pm clear com.android.chrome
|
||||
adb -s ffa9b2bc shell am set-debug-app --persistent com.android.chrome
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ const SEVEN_DAYS_IN_S = 3600 * 24 * 7;
|
||||
const NINETY_DAYS_IN_S = 3600 * 24 * 30 * 3;
|
||||
let excelUtil = new ExcelUtil();
|
||||
let collectionName = formatDate(new Date())
|
||||
device_to_excludes = ["47e7e36b", "e30eb015"]
|
||||
device_to_excludes = ["47e7e36b", "e30eb015","774687ff"]
|
||||
|
||||
async function filterAlreadyBookedContacts(contactList) {
|
||||
let alreadyBookedContacts = await mongoManager.getAllSuccessfulItemsForDay(collectionName);
|
||||
|
||||
+2
-2
@@ -8,5 +8,5 @@ emulator -avd Pixel_2_API_30_6 &
|
||||
emulator -avd Pixel_2_API_30_7 &
|
||||
emulator -avd Pixel_2_API_30_8 &
|
||||
emulator -avd Pixel_2_API_30_9 &
|
||||
emulator -avd Pixel_2_API_30_10 &
|
||||
emulator -avd Pixel_2_API_30_11 &
|
||||
#emulator -avd Pixel_2_API_30_10 &
|
||||
#emulator -avd Pixel_2_API_30_11 &
|
||||
Reference in New Issue
Block a user