python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I programmatically start a Flutter application from a BroadcastReceiver?
The purpose of my implementation of a BroadcastReceiver is to be able to start a closed Flutter application when an incoming or outgoing call ends. The Flutter application has native Android code in o...
Stéphan van Biljon
Votes: 0
Answers: 1
Getting Error -> all package the same library [androidx.activity:activity-ktx] in Android app
I have an application
which has several dynamic modules , which are working fine .
I recently updated compile sdk and target sdk to 31 .
Now I want to add new dynamic module which has a external diffe...

Yatin
Votes: 0
Answers: 1
Unable to detect SD card (external storage) after disabling systemui
I wanted to disable status and navigation bar on Android 9. so, I used the below commands do disable and enable both the bars.
Disable
pm disable com.android.systemui
Enable
pm enable com.android.sy...

Sourabrt
Votes: 0
Answers: 0