"Required" or "Used" options in Android setting [solved]

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

"Required" or "Used" options in Android setting [solved]

Post by Jellobus » Sun May 22, 2016 1:01 pm

Hi all, :D

What is exactly difference between "Required" and "Used" in the Application setting?

Best,

Louis
Attachments
settings.png
Android Application Setting
settings.png (23.96 KiB) Viewed 4504 times
Last edited by Jellobus on Thu May 26, 2016 7:41 am, edited 1 time in total.

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: "Required" or "Used" options in Android setting

Post by MaxV » Mon May 23, 2016 10:05 am

Declares a single hardware or software feature that is used by the application.
The purpose of a <uses-feature> declaration is to inform any external entity of the set of hardware and software features on which your application depends. The element offers a required attribute that lets you specify whether your application requires and cannot function without the declared feature, or whether it prefers to have the feature but can function without it. Because feature support can vary across Android devices, the <uses-feature> element serves an important role in letting an application describe the device-variable features that it uses
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Re: "Required" or "Used" options in Android setting

Post by Jellobus » Wed May 25, 2016 2:36 am

Hi MaxV,

thanks alot for the detailed explanation.
the app is working only on the smartphone and ipod touch with touchscreens. so would it be better to choose "required" for the touchscreen rather than "used" ?

Cheers,

Louis

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: "Required" or "Used" options in Android setting

Post by MaxV » Wed May 25, 2016 11:29 am

Touchscreen means that for your app using a mouse or mousepad is not the same.
Android device without touchscreen are really few, however they exists, look here: http://www.amazon.com/OEM-MK802-Android ... B008H3B736
So in the end, it is usually not needed.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Re: "Required" or "Used" options in Android setting[solved]

Post by Jellobus » Thu May 26, 2016 7:30 am

Hi MaxV,

That's very valuable information :) I never knew that Android device without touchscreen existed!

Thank a lot!

Louis

Post Reply