finish the authorize logic

This commit is contained in:
unknown
2020-03-27 15:54:21 +08:00
parent d8351af5c5
commit 10a77cf8bb
39 changed files with 451 additions and 130 deletions

View File

@@ -1,12 +1,10 @@
<?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.mogo.launcher">
<!-- android:sharedUserId="android.uid.system">-->
package="com.mogo.launcher"
android:sharedUserId="android.uid.system">
<uses-permission android:name="android.permission.WAKE_LOCK" />
<application
android:name=".MogoApplication"
android:allowBackup="true"
@@ -22,4 +20,6 @@
android:value="a36b9f7b086fa3951bb35338a5a06dd3" />
</application>
<uses-permission android:name="android.permission.WAKE_LOCK" />
</manifest>