oasisfeng / island

Island for Android

Home Page:https://play.google.com/store/apps/details?id=com.oasisfeng.island

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request API to get list of apps cloned to Island, Nerverland

songloimr opened this issue · comments

I need help with having an API to get a list of apps cloned to Island, Nerverland and being able to startActivity of those apps in other profiles.
Thank you in advance for your help with this.

Unverified client

Intent intent = new Intent();
intent.setAction("com.oasisfeng.island.action.LAUNCH");
intent.setPackage("com.oasisfeng.island");
intent.setData(Uri.parse("package:com.ss.android.ugc.trill"));
startActivity(intent);
API.Activity            com.oasisfeng.island                 I  API request: package:com.ss.android.ugc.trill#Intent;action=com.oasisfeng.island.action.LAUNCH;launchFlags=0x800000;package=com.oasisfeng.island;component=com.oasisfeng.island/.api.ApiActivity;end
API                     com.oasisfeng.island                 D  API invoked by com.songloimr.autogoliketiktok
API.Activity            com.oasisfeng.island                 W  Unverified client: Unauthorized client: com.songloimr.autogoliketiktok

Is there someone who can help me?