arm - Android phones on armv5 processor? -


is there way of knowing android phones run armv5 processor?

thanks

system.getproperty("os.arch") 

returns string, example: "armv5tejl" , "armv6l". don't know "l" stands - arm never uses it. if wanted actual list of products sold companies based on armv5 core, question. have no idea find such list.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -