mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-28 07:25:32 +03:00
Rename to LightSwitch and emu.lightswitch
This commit is contained in:
parent
dd51a7d71d
commit
3855daa849
@ -4,7 +4,7 @@ android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.0"
|
||||
defaultConfig {
|
||||
applicationId "emu.lightswitch.lightswitch"
|
||||
applicationId "lightswitch.emu"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?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="emu.lightswitch.lightswitch">
|
||||
package="emu.lightswitch">
|
||||
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.READ_INTERNAL_STORAGE"/>
|
||||
@ -19,7 +19,7 @@
|
||||
android:parentActivityName=".MainActivity">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="emu.lightswitch.lightswitch.MainActivity"/>
|
||||
android:value="emu.lightswitch.MainActivity"/>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".SettingsActivity"
|
||||
@ -27,7 +27,7 @@
|
||||
android:parentActivityName=".MainActivity">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="emu.lightswitch.lightswitch.MainActivity"/>
|
||||
android:value="emu.lightswitch.MainActivity"/>
|
||||
</activity>
|
||||
<activity android:name=".MainActivity">
|
||||
<intent-filter>
|
||||
|
@ -1,4 +1,4 @@
|
||||
package emu.lightswitch.lightswitch;
|
||||
package emu.lightswitch;
|
||||
|
||||
import android.app.Dialog;
|
||||
import android.content.Context;
|
@ -1,4 +1,4 @@
|
||||
package emu.lightswitch.lightswitch;
|
||||
package emu.lightswitch;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
@ -1,4 +1,4 @@
|
||||
package emu.lightswitch.lightswitch;
|
||||
package emu.lightswitch;
|
||||
|
||||
import android.content.SharedPreferences;
|
||||
import android.os.Bundle;
|
@ -1,4 +1,4 @@
|
||||
package emu.lightswitch.lightswitch;
|
||||
package emu.lightswitch;
|
||||
|
||||
import android.content.ClipData;
|
||||
import android.content.ClipboardManager;
|
@ -1,4 +1,4 @@
|
||||
package emu.lightswitch.lightswitch;
|
||||
package emu.lightswitch;
|
||||
|
||||
import android.Manifest;
|
||||
import android.content.Intent;
|
@ -1,4 +1,4 @@
|
||||
package emu.lightswitch.lightswitch;
|
||||
package emu.lightswitch;
|
||||
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.BitmapFactory;
|
@ -1,4 +1,4 @@
|
||||
package emu.lightswitch.lightswitch;
|
||||
package emu.lightswitch;
|
||||
|
||||
import android.os.Bundle;
|
||||
import androidx.appcompat.app.ActionBar;
|
@ -1,5 +1,5 @@
|
||||
<resources>
|
||||
<string name="app_name">Lightswitch</string>
|
||||
<string name="app_name">LightSwitch</string>
|
||||
<!-- Common -->
|
||||
<string name="search">Search</string>
|
||||
<!-- Toolbar Main -->
|
||||
|
Loading…
Reference in New Issue
Block a user