Hi,
maybe one of you can help me with this.
Through LauncherPro I can start an activity to open de HTC Clock (HTC
Desire 2.2) in 'NightClock' mode.
When I try to accomplish this using a Tasker Action Intent I fail
every time.
What I found in the manifest file of com.htc.android.worldclock:
<activity
theme="@16973831"
label="Desk Clock"
icon="res/drawable-hdpi/ic_desk_clock.png"
name="NightClock"
launchMode="2"
screenOrientation="4">
<intent-filter>
<action
name="android.intent.action.MAIN">
</action>
<category
name="android.intent.category.LAUNCHER">
</category>
</intent-filter>
</activity>
I can't get it to work with this information. (the LauncherPro
activity lists as com.htc.android.worldclock.NightClock)
The only actions I see here are android.intent actions, no info how to
start the NightClock.
Any ideas?
TIA!
On Oct 22, 1:07 am, baudi <
dch...@gmail.com> wrote:
> I have been trying to figure out how LauncherPro is able to launch anactivity, such as starting Vlingo in listen mode rather than starting
> on the "Tap & Speak" mode. When LauncherPro lists Vlingo activities,
> one of the activities it lists is
> "com.vlingo.client.asr.RecognizeActivity". And if you choose that for
> your shortcut, it will start Vlingo in listen mode when you click it.
>
> I had been trying to use Tasker's Action Intent with that as the
> "Action," but that's wrong. If you look at the Vlingo Manifest, you'll
> see the following:
>
> name="com.vlingo.client.asr.RecognizeActivity"
> configChanges="0xb0">
> <intent-filter>
> <action name="com.vlingo.client.actions.RECOGNIZE">
> </action>
> <category name="android.intent.category.DEFAULT">
> </category>
> </intent-filter>
> </activity>
>
> This lists the "action name" as "com.vlingo.client.actions.RECOGNIZE".
> If you use that as the Tasker action, and "Default" as the category,
> it works! Sort of obvious once you see it laid out this way.
>
> To examine the manifest of .apk files on your phone, you'll need a
> program called ManifestExplorer.apk, which you can find here.
http://stackoverflow.com/questions/2391622/launching-google-finance-a...