fix indexer

This commit is contained in:
Alexey Kuznetsov 2016-03-26 11:51:52 +03:00
commit bf43d8a799

View file

@ -634,7 +634,7 @@ public class MainActivity extends AppCompatActivity implements AbsListView.OnScr
// Otherwise, set the URL to null.
Uri.parse("http://host/path"),
// TODO: Make sure this auto-generated app deep link URI is correct.
Uri.parse("android-app://com.github.axet.mover/http/host/path")
Uri.parse("android-app://com.github.axet.android-audio-recorder/http/host/path")
);
AppIndex.AppIndexApi.start(client, viewAction);
}