turn screen test 2 commit
This commit is contained in:
parent
cf0cbe689a
commit
1a74232430
223 changed files with 256 additions and 142 deletions
|
@ -1,4 +1,4 @@
|
|||
package net.osmand.turn_screen_on;
|
||||
package net.osmand.turnScreenOn;
|
||||
|
||||
import android.content.Context;
|
||||
import android.support.test.InstrumentationRegistry;
|
|
@ -1,24 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.osmand.turn_screen_on">
|
||||
package="net.osmand.turnScreenOn">
|
||||
|
||||
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
||||
<application
|
||||
android:name=".app.TurnScreenOnApplication"
|
||||
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=".PluginDescriptionActivity"></activity>
|
||||
<activity android:name="net.osmand.turnScreenOn.PluginDescriptionActivity"></activity>
|
||||
<activity
|
||||
android:name=".PermissionsSetUpActivity"
|
||||
android:name="net.osmand.turnScreenOn.PermissionsSetUpActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:name="net.osmand.turnScreenOn.MainActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
@ -28,7 +27,7 @@
|
|||
</activity>
|
||||
|
||||
<receiver
|
||||
android:name=".receiver.DeviceAdminRecv"
|
||||
android:name="net.osmand.turnScreenOn.receiver.DeviceAdminRecv"
|
||||
android:label="@string/app_name"
|
||||
android:permission="android.permission.BIND_DEVICE_ADMIN">
|
||||
<meta-data
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue