Skip to content

Commit cab4ff9

Browse files
author
Hadad
committed
umint: MainActivity: Convert permission info to greetings.
1 parent 25e8cde commit cab4ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/space/hf/umint_ai/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in
300300
}
301301
}
302302
if (!allGranted) {
303-
Toast.makeText(this, "Permission denied. Some features may not work.", Toast.LENGTH_LONG).show();
303+
Toast.makeText(this, "Welcome to UltimaX Intelligence! If no permissions are granted to the app, some OpenWebUI features will not function. Please make sure to read the discussion at https://huggingface.co/spaces/umint/ai/discussions/15 before using this app.", Toast.LENGTH_LONG).show();
304304
}
305305
}
306306
}

0 commit comments

Comments
 (0)