mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
AndroidSDK.upt updated #1361
git-svn-id: svn://ultimatepp.org/upp/trunk@9398 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cc03a31a3b
commit
ce2a8947f6
1 changed files with 8 additions and 8 deletions
|
|
@ -26,14 +26,14 @@ public class <:PACKAGE:> extends Activity
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.upp.<:PACKAGE:>">
|
||||
<application>
|
||||
<activity android:name=".<:PACKAGE:>"
|
||||
android:label="<:PACKAGE:>">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<application>
|
||||
<activity android:name=".<:PACKAGE:>"
|
||||
android:label="<:PACKAGE:>">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
@@<:PACKAGE:>.upp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue