Got the 'install watch appp' function working to install the watch app from the phone app package.

This commit is contained in:
Graham Jones
2016-05-09 21:01:38 +01:00
parent cacbb04969
commit acb29fe72e
3 changed files with 3 additions and 35 deletions

View File

@@ -104,9 +104,7 @@ public class StartupActivity extends Activity {
@Override
public void onClick(View view) {
Log.v(TAG, "pebble button clicked");
mUtil.showToast("pebble button clicked");
//mUtil.startPebbleApp();
mConnection.mSdServer.mSdDataSource.installWatchApp();
mUtil.startPebbleApp();
}
});
@@ -115,7 +113,8 @@ public class StartupActivity extends Activity {
@Override
public void onClick(View view) {
Log.v(TAG, "install Osd Watch App button clicked");
mUtil.installOsdWatchApp();
//mUtil.installOsdWatchApp();
mConnection.mSdServer.mSdDataSource.installWatchApp();
}
});