79620439

Date: 2025-05-13 21:27:42
Score: 0.5
Natty:
Report link

In single line you could do this :

one line URI linkĀ Android and IOS:
snapchat://add/<username>
or as you asked by using intent deeplinking URIĀ android only:
intent://add/<username>#Intent;package=com.android.snapchat;scheme=snapchat;end

example : snapchat://add/abc12

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: XMMR12