-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
264 additions
and
723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="edu.hzuapps.androidlabs.myapplication"> | ||
package="androidlabs.hzuapps.edu.soft1614080902103"> | ||
|
||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> | ||
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<uses-permission android:name="andorid.permission.MONUN_UNMOUNT_FILESYSTEMS" /> | ||
<application | ||
android:allowBackup="true" | ||
android:icon="@mipmap/ic_launcher" | ||
android:label="@string/app_name" | ||
android:roundIcon="@mipmap/ic_launcher_round" | ||
android:supportsRtl="true" | ||
android:theme="@style/AppTheme"> | ||
<activity android:name=".MainActivity"> | ||
<activity android:name=".Soft1614080902103Activity"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
|
||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<activity | ||
android:name=".SecondActivity" | ||
android:label="@string/title_activity_second" | ||
android:theme="@style/AppTheme.NoActionBar"></activity> | ||
</application> | ||
|
||
</manifest> |
171 changes: 0 additions & 171 deletions
171
Soft1614080902103/app/src/main/java/edu/hzuapps/androidlabs/myapplication/MainActivity.java
This file was deleted.
Oops, something went wrong.
116 changes: 0 additions & 116 deletions
116
Soft1614080902103/app/src/main/java/edu/hzuapps/appforjiaxing/SecondActivity.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
Soft1614080902103/app/src/main/java/edu/hzuapps/appforjiaxing/Soft1614080902103Activity.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
Soft1614080902103/app/src/main/java/edu/hzuapps/appforjiaxing/SongItem.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.