suroij / market-enabler

Automatically exported from code.google.com/p/market-enabler
0 stars 0 forks source link

add developer site for aTrackDog user #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please add following properties in Manifest to let people can select and 
download Market Enabler 
with aTrackDog (a version tracker). 

check
http://atrackdog.a0soft.com/faq.php#PX

{{{
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.androidiani.MarketEnabler"
      android:versionName="3.0 beta" android:versionCode="3">
       <uses-sdk android:minSdkVersion="1" />
    <application android:icon="@drawable/me348" android:label="@string/app_name">

<meta-data android:name="com.a0soft.gphone.aTrackDog.webURL"
           android:value="http://code.google.com/p/market-enabler" />
<meta-data android:name="com.a0soft.gphone.aTrackDog.dlURL"
           android:value="http://code.google.com/p/market-enabler/downloads/list" />
<meta-data android:name="com.a0soft.gphone.aTrackDog.noMarket"
           android:value="true" />

        <activity android:name=".view.StartUpView"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name=".view.ListView"
                  android:label="@string/app_name" />

    </application>

<uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest> 
}}}

Original issue reported on code.google.com by gasolin on 18 May 2009 at 3:09

GoogleCodeExporter commented 8 years ago
Not a Defect but an enhancement.
Will take a look at it and try to implement it.
Thx for the suggestion

Original comment by michel.racic on 20 May 2009 at 11:23

GoogleCodeExporter commented 8 years ago
Added meta data in http://code.google.com/p/market-enabler/source/detail?r=65

Original comment by michel.racic on 28 May 2009 at 6:08

GoogleCodeExporter commented 8 years ago

Original comment by michel.racic on 6 Sep 2009 at 5:49