Register A New File In Android Gallery Using Beanshell Code
Learn how to register a new file in the Android gallery using Beanshell code. The article explains the process of sending a broadcast intent to scan a specific file and adding it to the Android media scanner, allowing the file to be accessible within the gallery.
register new file to android gallery
code in beanshell:
1 | import android.net.Uri; |