We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4597570 commit 970d68fCopy full SHA for 970d68f
app/src/main/java/com/example/ludditeinstaller/AppStore.java
@@ -91,7 +91,7 @@ private Uri downloadApk(Context context, String apkUrl, String apkName) {
91
final long downloadId = dm.enqueue(request);
92
logDisplay.log(TAG, "Download started with ID: " + downloadId);
93
94
- int maxAttempts = 30;
+ int maxAttempts = 60;
95
int attempts = 0;
96
97
while (attempts < maxAttempts) {
0 commit comments