clone repository
git clone
cd voice-feature
flutter pub get
flutter build apk --release
adb install -r build/app/outputs/flutter-apk/app-release.apk
ADB Test Commands
- Open Add Split Screen (Empty)
adb shell am start -a com.demo.action.ADD_SPLIT
- Open Add Split Screen (With Pre-filled Value)
adb shell am start -a com.demo.action.ADD_SPLIT --es android.intent.extra.TEXT "300"// or any number
Google Assistant Integration App published to Google Play Store (Internal Testing minimum)