q
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\MainAbilityShellActivity.class
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\R$drawable.class
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\R$string.class
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\R.class
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\ShellMyApplication.class
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.1">
|
||||
|
||||
<uses-feature android:name="zidane.software.ability" android:required="false"/>
|
||||
|
||||
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
|
||||
|
||||
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon2" android:directBootAware="false" android:allowBackup="false" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="true" android:debuggable="true">
|
||||
|
||||
<meta-data android:value="true" android:name="permZA"/>
|
||||
|
||||
<activity android:icon="@drawable/icon2" android:windowSoftInputMode="adjustResize" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.MainAbilityShellActivity" android:launchMode="standard" android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* aapt tool from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
public final class R {
|
||||
public static final class drawable {
|
||||
public static final int icon2=0x7f010000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int mainability_description=0x7f020000;
|
||||
public static final int xcl2048=0x7f020001;
|
||||
}
|
||||
}
|
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.1">
|
||||
<uses-feature android:name="zidane.software.ability" android:required="false"/>
|
||||
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
|
||||
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon2" android:directBootAware="false" android:allowBackup="false" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="true" android:debuggable="true">
|
||||
<meta-data android:value="true" android:name="permZA"/>
|
||||
</application>
|
||||
</manifest>
|
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.1">
|
||||
|
||||
<uses-feature android:name="zidane.software.ability" android:required="false"/>
|
||||
|
||||
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
|
||||
|
||||
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon2" android:directBootAware="false" android:allowBackup="false" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="true">
|
||||
|
||||
<meta-data android:value="true" android:name="permZA"/>
|
||||
|
||||
<activity android:icon="@drawable/icon2" android:windowSoftInputMode="adjustResize" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.MainAbilityShellActivity" android:launchMode="standard" android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
@@ -0,0 +1,11 @@
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
import android.os.Bundle;
|
||||
import ohos.abilityshell.AbilityShellActivity;
|
||||
|
||||
public class MainAbilityShellActivity extends AbilityShellActivity {
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
import ohos.ace.ability.AceApplication;
|
||||
|
||||
public class ShellMyApplication extends AceApplication {
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="mainability_description">"JS_Empty Ability"</string>
|
||||
<string name="xcl2048">"xcl2048"</string>
|
||||
</resources>
|
@@ -0,0 +1,5 @@
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\release\build\javac\classes\com\xcl20481\myapplication\MainAbilityShellActivity.class
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\release\build\javac\classes\com\xcl20481\myapplication\R$drawable.class
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\release\build\javac\classes\com\xcl20481\myapplication\R$string.class
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\release\build\javac\classes\com\xcl20481\myapplication\R.class
|
||||
D:\Github\MyApplication2\entry\build\intermediates\shell\release\build\javac\classes\com\xcl20481\myapplication\ShellMyApplication.class
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.0">
|
||||
|
||||
<uses-feature android:name="zidane.software.ability" android:required="false"/>
|
||||
|
||||
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
|
||||
|
||||
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon" android:directBootAware="false" android:allowBackup="false" android:label="@string/entry_MainAbility" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="false">
|
||||
|
||||
<meta-data android:value="true" android:name="permZA"/>
|
||||
|
||||
<activity android:icon="@drawable/icon" android:windowSoftInputMode="adjustResize" android:label="@string/entry_MainAbility" android:name="com.xcl20481.myapplication.MainAbilityShellActivity" android:launchMode="standard" android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* aapt tool from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
public final class R {
|
||||
public static final class drawable {
|
||||
public static final int icon=0x7f010000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int entry_MainAbility=0x7f020000;
|
||||
public static final int mainability_description=0x7f020001;
|
||||
}
|
||||
}
|
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.0">
|
||||
<uses-feature android:name="zidane.software.ability" android:required="false"/>
|
||||
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
|
||||
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon" android:directBootAware="false" android:allowBackup="false" android:label="@string/entry_MainAbility" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="false">
|
||||
<meta-data android:value="true" android:name="permZA"/>
|
||||
</application>
|
||||
</manifest>
|
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.0">
|
||||
|
||||
<uses-feature android:name="zidane.software.ability" android:required="false"/>
|
||||
|
||||
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
|
||||
|
||||
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon" android:directBootAware="false" android:allowBackup="false" android:label="@string/entry_MainAbility" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="false">
|
||||
|
||||
<meta-data android:value="true" android:name="permZA"/>
|
||||
|
||||
<activity android:icon="@drawable/icon" android:windowSoftInputMode="adjustResize" android:label="@string/entry_MainAbility" android:name="com.xcl20481.myapplication.MainAbilityShellActivity" android:launchMode="standard" android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
@@ -0,0 +1,11 @@
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
import android.os.Bundle;
|
||||
import ohos.abilityshell.AbilityShellActivity;
|
||||
|
||||
public class MainAbilityShellActivity extends AbilityShellActivity {
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
package com.xcl20481.myapplication;
|
||||
|
||||
import ohos.ace.ability.AceApplication;
|
||||
|
||||
public class ShellMyApplication extends AceApplication {
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="entry_MainAbility">"entry_MainAbility"</string>
|
||||
<string name="mainability_description">"JS_Empty Ability"</string>
|
||||
</resources>
|
Reference in New Issue
Block a user