|
|
|
@ -16,6 +16,7 @@ You should have received a copy of the GNU General Public License |
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
--> |
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
package="org.floens.chan" |
|
|
|
|
android:installLocation="auto"> |
|
|
|
|
|
|
|
|
@ -23,7 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
|
|
|
<uses-permission android:name="android.permission.NFC" /> |
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" /> |
|
|
|
|
<uses-permission |
|
|
|
|
android:name="android.permission.WAKE_LOCK" |
|
|
|
|
tools:node="replace" /> |
|
|
|
|
|
|
|
|
|
<application |
|
|
|
|
android:name=".ChanApplication" |
|
|
|
|