Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
17ad0949
Commit
17ad0949
authored
Jun 19, 2012
by
Jeffrey I. Schiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Location Sensor: Remove providerName and providerLocked as designer
properties. They can still be set from the blocks editor.
parent
652813f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
appinventor/components/src/com/google/appinventor/components/runtime/LocationSensor.java
...google/appinventor/components/runtime/LocationSensor.java
+0
-4
No files found.
appinventor/components/src/com/google/appinventor/components/runtime/LocationSensor.java
View file @
17ad0949
...
@@ -239,8 +239,6 @@ public class LocationSensor extends AndroidNonvisibleComponent
...
@@ -239,8 +239,6 @@ public class LocationSensor extends AndroidNonvisibleComponent
* Whatever happens now, the provider and the reported name may be switched to
* Whatever happens now, the provider and the reported name may be switched to
* Android's preferred provider later. This is primarily for debugging.
* Android's preferred provider later. This is primarily for debugging.
*/
*/
@DesignerProperty
(
editorType
=
PropertyTypeConstants
.
PROPERTY_TYPE_STRING
,
defaultValue
=
""
)
@SimpleProperty
@SimpleProperty
public
void
ProviderName
(
String
providerName
)
{
public
void
ProviderName
(
String
providerName
)
{
this
.
providerName
=
providerName
;
this
.
providerName
=
providerName
;
...
@@ -261,8 +259,6 @@ public class LocationSensor extends AndroidNonvisibleComponent
...
@@ -261,8 +259,6 @@ public class LocationSensor extends AndroidNonvisibleComponent
* manually change the provider (GPS, GSM, Wifi, etc.)
* manually change the provider (GPS, GSM, Wifi, etc.)
* from which location updates are received.
* from which location updates are received.
*/
*/
@DesignerProperty
(
editorType
=
PropertyTypeConstants
.
PROPERTY_TYPE_BOOLEAN
,
defaultValue
=
"False"
)
@SimpleProperty
@SimpleProperty
public
void
ProviderLocked
(
boolean
lock
)
{
public
void
ProviderLocked
(
boolean
lock
)
{
providerLocked
=
lock
;
providerLocked
=
lock
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment