Skip to content

Commit

Permalink
remove bad information from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 8, 2015
1 parent 3fd8667 commit a10d798
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions symmetric-assemble/src/asciidoc/developer.ad
Expand Up @@ -259,9 +259,6 @@ intent.putExtra(SymmetricService.INTENTKEY_START_IN_BACKGROUND,
true);
`
Properties properties = new Properties();
// initial load existing notes from the Client to the Server
properties.setProperty(ParameterConstants.AUTO_RELOAD_REVERSE_ENABLED,
"true");
intent.putExtra(SymmetricService.INTENTKEY_PROPERTIES, properties);

getContext().startService(intent);
Expand All @@ -272,12 +269,6 @@ the SymmetricDS Android library. When the service is started, the key used to st

The various parameters needed by SymmetricDS are being set in the Intent which will be used by the SymmetricService to start the engine.

Most of the parameters will be familiar to SymmetricDS users. In this case a property is being set which will force an initial load of the
existing Notes from the client to the server. This allows the user of the application to enter Notes for the first time offline or while the
SymmetricDS engine is unregistered and still have them arrive at the centralized server once the SymmetricDS engine does get registered.



Next, set up an Android Emulator. This can be done by opening the Android Virtual Device Manager. Click New and follow the steps. The higher
the Emulator's API, the better.

Expand Down

0 comments on commit a10d798

Please sign in to comment.