[colug-432] Android - and Eclipse

Vince Herried Vince at PlanetVince.com
Tue Jan 10 14:07:27 EST 2012


No one messing with this environment?

I added a 'rescan' to my app so now if you add or remove files and folders
outside of andoid's knowledge ( eg ssh ) you don't have to re-boot to
make your system aware of them.

Added three import statements and 

        // media rescan
        sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse
        		("file://"+Environment.getExternalStorageDirectory()))); 


Some other minor tweeks to make the android sdk lint happy.

The other part still doesn't support larger screen devices, sigh.

Get your Accelerometerplay app from
<http://planetvince.com/tools>
-- 
Mystics always hope that science will some day overtake them.
		-- Booth Tarkington


More information about the colug-432 mailing list