お疲れ様です。安藤です。

いきなりですが質問です。

activity-alias要素のIntent Filterに※1を記述して別アプリとして作成すると、
既存Activityを別名にすることができたのですが、※1をせず、ターゲットActivityの別名をしても、別名されませんでした。クラス名の取得の仕方は※2のようなやり方です。

どなたか、※1をしなくても別名することができるというひとはご教授していただければ幸いです。

※1   <action android:name="android.intent.action.MAIN" />
      <category android:name="android.intent.category.LAUNCHER" />

※2 String componentName = getIntent().getComponent().getShortClassName();

以上何卒よろしくお願いいたします。


******************
安藤 玲生
Tel: 080-2012-7419
ando.reo...@kce.biglobe.ne.jp

※フリープログラマー(Android,Java)をしております。
Android開発歴 8ヶ月。
単金28万〜の案件から相談乗ります。
************************

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to