summaryrefslogtreecommitdiffstats
path: root/tests/permission/src/com/android/framework/permission/tests/DummyPermissionTest.java
blob: 010601a4fe05b7b6af88ec5a1ad1ad196c9ff045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.android.framework.permission.tests;

import junit.framework.TestCase;

/**
 * TODO: Remove this. This is only a placeholder, need to implement this.
 */
public class DummyPermissionTest extends TestCase {

	public void testMe() {

	}
}