VM Maker: Android-Base-golubovsky.23.mcz

classic Classic list List threaded Threaded
1 message Options
commits-2 commits-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

VM Maker: Android-Base-golubovsky.23.mcz

 
Dmitry Golubovsky uploaded a new version of Android-Base to project VM Maker:
http://source.squeak.org/VMMaker/Android-Base-golubovsky.23.mcz

==================== Summary ====================

Name: Android-Base-golubovsky.23
Author: golubovsky
Time: 25 January 2012, 9:42:59 pm
UUID: 72784f2f-c4a5-4a53-bbf0-9fd62dc37109
Ancestors: Android-Base-golubovsky.22

Added getSDCardRoot primitive

=============== Diff against Android-Base-golubovsky.22 ===============

Item was added:
+ ----- Method: Android class>>getSDCardRoot (in category 'system primitives') -----
+ getSDCardRoot
+ "get a string from Android clipboard"
+ <primitive: 'primGetSDCardRoot' module: 'AndroidPlugin'>
+ self primitiveFailed.!

Loading...