Skip to content

Instantly share code, notes, and snippets.

View sailinhtut's full-sized avatar
🍀
I want Peace and Passion

Sai Lin Htut sailinhtut

🍀
I want Peace and Passion
View GitHub Profile
@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active December 9, 2025 13:07
Active StarUml version 6 for Window | MacOS | Linux
@tjunxiang92
tjunxiang92 / AndroidManifest.xml
Last active April 22, 2024 19:14
Flutter: Receiving Shared Data from other Apps
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- Add This intent-filter -->
<intent-filter>
<action android:name="android.intent.action.SEND" />